/third_party/vixl/src/aarch64/ |
D | abi-aarch64.h | 60 explicit ABI(Register stack_pointer = sp) : stack_pointer_(stack_pointer) { in stack_pointer_() argument
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-stack.h | 54 Address stack_pointer() const { in stack_pointer() function
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/include/sys/ |
D | ptrace.h | 116 uint64_t stack_pointer; member
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 2773 int64_t* stack_pointer = reinterpret_cast<int64_t*>(get_register(sp)); in SoftwareInterrupt() local 4427 int64_t* stack_pointer = in DecodeRVIType() local
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 572 const int64_t* stack_pointer = reinterpret_cast<int64_t*>(sp()); local 659 int64_t* stack_pointer = reinterpret_cast<int64_t*>(sp()); in DoRuntimeCall() local
|
/third_party/node/deps/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 722 void RegExpMacroAssemblerX64::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 638 void RegExpMacroAssemblerMIPS::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 670 void RegExpMacroAssemblerMIPS::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 712 void RegExpMacroAssemblerIA32::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/loong64/ |
D | regexp-macro-assembler-loong64.cc | 622 void RegExpMacroAssemblerLOONG64::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/arm/ |
D | regexp-macro-assembler-arm.cc | 665 void RegExpMacroAssemblerARM::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 675 void RegExpMacroAssemblerS390::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 698 void RegExpMacroAssemblerPPC::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 764 void RegExpMacroAssemblerARM64::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 2049 int64_t* stack_pointer = reinterpret_cast<int64_t*>(get_register(sp)); in SoftwareInterrupt() local
|
/third_party/python/Python/ |
D | ceval.c | 1589 PyObject **stack_pointer; /* Next free slot in value stack */ in _PyEval_EvalFrameDefault() local
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 7992 const Register& stack_pointer = x20; in PushPopSimpleHelper() local 8247 const Register& stack_pointer = x10; in PushPopFPSimpleHelper() local 8470 const Register& stack_pointer = x5; in PushPopMixedMethodsHelper() local 8574 const Register& stack_pointer = x10; in PushPopWXOverlapHelper() local
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 2229 int32_t* stack_pointer = reinterpret_cast<int32_t*>(get_register(sp)); in SoftwareInterrupt() local
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 2244 int64_t* stack_pointer = reinterpret_cast<int64_t*>(get_register(sp)); in SoftwareInterrupt() local
|
/third_party/node/deps/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 999 intptr_t* stack_pointer = reinterpret_cast<intptr_t*>(get_register(sp)); in SoftwareInterrupt() local
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 1669 int32_t* stack_pointer = reinterpret_cast<int32_t*>(get_register(sp)); in SoftwareInterrupt() local
|