/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 158 ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in Reset() 373 // for setting Isolate::c_entry_fp, meaning that it won't be set for fast C in SafeStackFrameIterator() 388 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator() 460 Address c_entry_fp = Isolate::c_entry_fp(top); 461 if (!IsValidExitFrame(c_entry_fp)) return false; 466 return c_entry_fp < handler;
|
H A D | execution.cc | 616 Address target, Address object_ref, Address argv, Address c_entry_fp)>; in CallWasm()
|
H A D | isolate.h | 802 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() function in v8::internal::final
|
H A D | isolate.cc | 1444 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack() 5427 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top()); in ThrowInternal()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.cc | 147 Address fp = isolate_->c_entry_fp(isolate_->thread_local_top()); in AddDeoptStack()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 401 ExternalReference c_entry_fp = ExternalReference::Create( in Generate_JSEntryVariant() local 403 __ push(__ ExternalReferenceAsOperand(c_entry_fp, edi)); in Generate_JSEntryVariant() 405 // Clear c_entry_fp, now we've pushed its previous value to the stack. in Generate_JSEntryVariant() 406 // If the c_entry_fp is not already zero and we don't clear it, the in Generate_JSEntryVariant() 409 __ mov(__ ExternalReferenceAsOperand(c_entry_fp, edi), Immediate(0)); in Generate_JSEntryVariant() 469 __ pop(__ ExternalReferenceAsOperand(c_entry_fp, edi)); in Generate_JSEntryVariant() 3120 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1722 C(CEntryFP, c_entry_fp) \
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 421 ExternalReference c_entry_fp = ExternalReference::Create( in Generate_JSEntryVariant() local 424 Operand c_entry_fp_operand = masm->ExternalReferenceAsOperand(c_entry_fp); in Generate_JSEntryVariant() 427 // Clear c_entry_fp, now we've pushed its previous value to the stack. in Generate_JSEntryVariant() 428 // If the c_entry_fp is not already zero and we don't clear it, the in Generate_JSEntryVariant() 497 Operand c_entry_fp_operand = masm->ExternalReferenceAsOperand(c_entry_fp); in Generate_JSEntryVariant() 4374 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 696 // Clear c_entry_fp, now we've loaded its value to be pushed on the stack. in Generate_JSEntryVariant() 697 // If the c_entry_fp is not already zero and we don't clear it, the in Generate_JSEntryVariant() 819 Register c_entry_fp = x11; in Generate_JSEntryVariant() local 820 __ PeekPair(x10, c_entry_fp, 0); in Generate_JSEntryVariant() 830 __ Str(c_entry_fp, MemOperand(x12)); in Generate_JSEntryVariant() 3335 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 581 ExternalReference c_entry_fp = ExternalReference::Create( in Generate_JSEntryVariant() local 583 __ li(s5, c_entry_fp); in Generate_JSEntryVariant() 587 // Clear c_entry_fp, now we've pushed its previous value to the stack. in Generate_JSEntryVariant() 588 // If the c_entry_fp is not already zero and we don't clear it, the in Generate_JSEntryVariant() 2919 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 578 ExternalReference c_entry_fp = ExternalReference::Create( in Generate_JSEntryVariant() local 580 __ li(s5, c_entry_fp); in Generate_JSEntryVariant() 584 // Clear c_entry_fp, now we've pushed its previous value to the stack. in Generate_JSEntryVariant() 585 // If the c_entry_fp is not already zero and we don't clear it, the in Generate_JSEntryVariant() 2896 // Clear c_entry_fp, like we do in `LeaveExitFrame`. in Generate_CEntry()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 618 ExternalReference c_entry_fp = ExternalReference::Create( in Generate_JSEntryVariant() local 620 __ li(s5, c_entry_fp); in Generate_JSEntryVariant() 623 // Clear c_entry_fp, now we've pushed its previous value to the stack. in Generate_JSEntryVariant() 624 // If the c_entry_fp is not already zero and we don't clear it, the in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 7552 Node* c_entry_fp = Param(CWasmEntryParameters::kCEntryFp); 7558 c_entry_fp); 7620 MachineType::PointerRepresentation() // c_entry_fp 8341 MachineType::Pointer()}; // c_entry_fp
|