Home
last modified time | relevance | path

Searched refs:start_call (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc694 Label start_call; in AssembleArchInstruction() local
697 // from start_call to return address. in AssembleArchInstruction()
707 __ bind(&start_call); in AssembleArchInstruction()
721 CHECK_EQ(offset, __ SizeOfCodeGeneratedSince(&start_call)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc975 Label start_call; in AssembleArchInstruction() local
982 __ bind(&start_call); in AssembleArchInstruction()
1005 int offset_since_start_call = __ SizeOfCodeGeneratedSince(&start_call); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc3706 Label start_call; in CallRecordWriteStub() local
3722 bind(&start_call); in CallRecordWriteStub()
3728 SizeOfCodeGeneratedSince(&start_call)); in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc711 Label start_call; in AssembleArchInstruction() local
714 // from start_call to return address. in AssembleArchInstruction()
726 __ bind(&start_call); in AssembleArchInstruction()
743 CHECK_EQ(offset, __ SizeOfCodeGeneratedSince(&start_call)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc746 Label start_call; in AssembleArchInstruction() local
749 // from start_call to return address. in AssembleArchInstruction()
762 __ bind(&start_call); in AssembleArchInstruction()
781 CHECK_EQ(offset, __ SizeOfCodeGeneratedSince(&start_call)); in AssembleArchInstruction()

Completed in 26 milliseconds