/third_party/node/deps/v8/tools/ |
H A D | lldb_commands.py | 75 js_entry_sp = frame.EvaluateExpression( 82 rbp = js_entry_sp 83 rsp = js_entry_sp + 2 *sizeof_void 84 pc.value = js_entry_sp + sizeof_void
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 236 i::Address js_entry_sp = isolate->js_entry_sp(); in GetStackSample() local 237 if (js_entry_sp == 0) return true; // Not executing JS now. in GetStackSample() 301 js_entry_sp); in GetStackSample()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 418 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 419 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 421 __ cmp(__ ExternalReferenceAsOperand(js_entry_sp, edi), Immediate(0)); in Generate_JSEntryVariant() 423 __ mov(__ ExternalReferenceAsOperand(js_entry_sp, edi), ebp); in Generate_JSEntryVariant() 465 __ mov(__ ExternalReferenceAsOperand(js_entry_sp, edi), Immediate(0)); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 441 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 442 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 444 __ Load(rax, js_entry_sp); in Generate_JSEntryVariant() 449 __ Store(js_entry_sp, rax); in Generate_JSEntryVariant() 491 __ Move(kScratchRegister, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 352 Address lr, Address js_entry_sp) in SafeStackFrameIterator() 355 high_bound_(js_entry_sp), in SafeStackFrameIterator() 350 SafeStackFrameIterator(Isolate* isolate, Address pc, Address fp, Address sp, Address lr, Address js_entry_sp) SafeStackFrameIterator() argument
|
H A D | frames.h | 1320 Address lr, Address js_entry_sp);
|
H A D | isolate.h | 843 Address js_entry_sp() { return thread_local_top()->js_entry_sp_; } in js_entry_sp() function in v8::internal::final
|
H A D | isolate.cc | 5311 if (js_entry_sp() != kNullAddress) return; in ThrowInternal()
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1733 C(JSEntrySP, js_entry_sp)
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 440 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 442 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 444 __ li(t1, js_entry_sp); in Generate_JSEntryVariant() 510 __ li(t1, ExternalReference(js_entry_sp)); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 615 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 617 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 619 __ li(s1, js_entry_sp); in Generate_JSEntryVariant() 695 __ li(a5, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 868 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 870 ExternalReference js_entry_sp = in Generate_JSEntryVariant() local 873 __ Move(r3, js_entry_sp); in Generate_JSEntryVariant() 943 __ Move(r8, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 612 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 614 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 616 __ li(s1, js_entry_sp); in Generate_JSEntryVariant() 693 __ li(a5, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 702 // Set js_entry_sp if this is the outermost JS call. in Generate_JSEntryVariant() 704 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 706 __ Mov(x12, js_entry_sp); in Generate_JSEntryVariant() 823 __ Mov(x12, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 607 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 609 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 611 __ Move(r5, js_entry_sp); in Generate_JSEntryVariant() 678 __ Move(r5, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 649 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 651 ExternalReference js_entry_sp = ExternalReference::Create( in Generate_JSEntryVariant() local 653 __ li(s1, js_entry_sp); in Generate_JSEntryVariant() 729 __ li(a5, js_entry_sp); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 875 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant() 877 ExternalReference js_entry_sp = in Generate_JSEntryVariant() local 880 __ Move(r7, js_entry_sp); in Generate_JSEntryVariant() 946 __ Move(r7, js_entry_sp); in Generate_JSEntryVariant()
|