Searched refs:to_instructions_case (Results 1 – 3 of 3) sorted by relevance
4986 switch (from.to_instructions_case()) { in V8CodeMove()5042 switch (to_instructions_case()) { in clear_to_instructions()5214 switch (to_instructions_case()) { in _InternalSerialize()5271 switch (to_instructions_case()) { in ByteSizeLong()5330 switch (from.to_instructions_case()) { in MergeFrom()
3219 ToInstructionsCase to_instructions_case() const; in Swap()6243 return to_instructions_case() == kToMachineCode; in _internal_has_to_machine_code()6320 return to_instructions_case() == kToBytecode; in _internal_has_to_bytecode()6396 return to_instructions_case() != TO_INSTRUCTIONS_NOT_SET; in has_to_instructions()6401 inline V8CodeMove::ToInstructionsCase V8CodeMove::to_instructions_case() const { in to_instructions_case() function