Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc423 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromInvoke()
649 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromEntryPoint()
666 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc62 uint8_t* stack_end = self->GetStackEndForInterpreter(implicit_check); in CheckStackOverflow()
/art/runtime/
Dthread-inl.h399 inline uint8_t* Thread::GetStackEndForInterpreter(bool implicit_overflow_check) const { in GetStackEndForInterpreter() function
Dreflection.cc692 soa.Self()->GetStackEndForInterpreter(true))) { in InvokeMethod()
774 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEndForInterpreter(true))) { in InvokeConstructor()
Dthread.h835 ALWAYS_INLINE uint8_t* GetStackEndForInterpreter(bool implicit_overflow_check) const;