HomeSort by relevance Sort by last modified time
    Searched refs:GetStackEnd (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/debug/
stack_trace.h 49 BASE_EXPORT uintptr_t GetStackEnd();
stack_trace.cc 96 // we reach the origin of the stack (i.e. GetStackEnd()). If the thread is
150 uintptr_t GetStackEnd() {
234 uintptr_t stack_end = GetStackEnd();
  /art/runtime/
reflection.cc 527 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) {
558 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) {
589 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) {
621 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) {
    [all...]
art_method.cc 305 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEnd())) {
    [all...]
thread.h 811 uint8_t* GetStackEnd() const {
    [all...]
  /art/runtime/jit/
jit.cc 417 if (UNLIKELY(__builtin_frame_address(0) < thread->GetStackEnd())) {
    [all...]

Completed in 82 milliseconds