Home
last modified time | relevance | path

Searched refs:GetStackEndForInterpreter (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc352 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromInvoke()
570 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromEntryPoint()
588 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in ArtInterpreterToInterpreterBridge()
H A Dinterpreter_common.cc63 uint8_t* stack_end = self->GetStackEndForInterpreter(implicit_check); in CheckStackOverflow()
/aosp_15_r20/art/runtime/
H A Dreflection.cc704 soa.Self()->GetStackEndForInterpreter(true))) { in InvokeMethod()
799 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEndForInterpreter(true))) { in InvokeConstructor()
H A Dthread-inl.h600 inline uint8_t* Thread::GetStackEndForInterpreter(bool implicit_overflow_check) const { in GetStackEndForInterpreter() function
H A Dthread.h1160 ALWAYS_INLINE uint8_t* GetStackEndForInterpreter(bool implicit_overflow_check) const;