Home
last modified time | relevance | path

Searched defs:stack_top (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/cronet/base/profiler/
H A Dlibunwindstack_unwinder_android_unittest.cc56 uintptr_t stack_top; in CaptureScenario() local
88 std::vector<Frame>* sample) { in TEST()
118 std::vector<Frame>* sample) { in TEST()
150 std::vector<Frame>* sample) { in TEST()
186 std::vector<Frame>* sample) { in TEST()
226 std::vector<Frame>* sample) { in TEST()
H A Dstack_copier_suspend_unittest.cc113 uintptr_t stack_top = 0; in TEST() local
152 uintptr_t stack_top = 0; in TEST() local
178 uintptr_t stack_top = 0; in TEST() local
202 uintptr_t stack_top = 0; in TEST() local
223 uintptr_t stack_top = 0; in TEST() local
246 uintptr_t stack_top = 0; in TEST() local
H A Dnative_unwinder_android_unittest.cc116 uintptr_t stack_top; in CaptureScenario() local
161 std::vector<Frame>* sample) { in TEST()
206 std::vector<Frame>* sample) { in TEST()
252 std::vector<Frame>* sample) { in TEST()
289 std::vector<Frame>* sample) { in TEST()
350 std::vector<Frame>* sample) { in TEST()
415 std::vector<Frame>* sample) { in TEST()
H A Dstack_copier_signal_unittest.cc95 uintptr_t stack_top = 0; in TEST() local
138 uintptr_t stack_top = 0; in TEST() local
171 uintptr_t stack_top = 0; in TEST() local
203 uintptr_t stack_top = 0; in TEST() local
H A Dstack_sampler_unittest.cc71 uintptr_t* stack_top, in CopyStack()
101 uintptr_t* stack_top, in CopyStack()
121 uintptr_t stack_top, in TryUnwind()
144 uintptr_t stack_top, in TryUnwind()
224 uintptr_t stack_top, in TryUnwind()
H A Dstack_sampler.cc115 uintptr_t stack_top; in RecordStackFrames() local
183 uintptr_t stack_top, in WalkStackForTesting()
217 uintptr_t stack_top, in WalkStack()
H A Dnative_unwinder_android.cc108 uintptr_t stack_top) in UnwindStackMemoryAndroid()
172 uintptr_t stack_top, in TryUnwind()
H A Dstack_copier_suspend.cc25 uintptr_t* stack_top, in CopyStack()
H A Dnative_unwinder_win.cc24 uintptr_t stack_top, in TryUnwind()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/stack/
H A Dstack.cc87 Stack::Stack(void* stack_top) : stack_top_(stack_top) { in Stack()
104 void* stack_top = __builtin___get_unsafe_stack_top(); in IterateSafeStackIfNecessary() local
156 void StackTopRegistry::NotifyThreadCreated(void* stack_top) { in NotifyThreadCreated()
/aosp_15_r20/external/trusty/lk/arch/x86/
Dthread.c64 vaddr_t stack_top = (vaddr_t)t->stack + t->stack_size; in arch_thread_initialize() local
141 uint64_t stack_top = (uint64_t)newthread->stack + newthread->stack_size; in arch_context_switch() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc47 uptr stack_top, in GetCanonicFrame()
67 void BufferedStackTrace::FastUnwindStack(uptr pc, uptr bp, uptr stack_top, in FastUnwindStack()
H A Dsanitizer_stacktrace_libcdep.cc58 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_mac.cc247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_internal.h151 uintptr_t stack_top; variable
197 char* stack_top; member
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_stack.h35 uintptr_t stack_top = reinterpret_cast<uintptr_t>(stack->data()) + stack->size() - 1; in GetStackTop() local
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dosfiber_x64.c37 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
H A Dosfiber_ppc64.c32 uintptr_t stack_top = (uintptr_t)((uint8_t*)(stack) + stack_size - sizeof(uintptr_t)); in marl_fiber_set_target() local
H A Dosfiber_mips64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
H A Dosfiber_aarch64.c51 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
H A Dosfiber_rv64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
H A Dosfiber_x86.c39 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
H A Dosfiber_arm.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
H A Dosfiber_loongarch64.c32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_thread.h31 uptr stack_top() { return stack_top_; } in stack_top() function

1234