Searched refs:GetStackEndForInterpreter (Results 1 – 5 of 5) sorted by relevance
355 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromInvoke()573 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromEntryPoint()591 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in ArtInterpreterToInterpreterBridge()
63 uint8_t* stack_end = self->GetStackEndForInterpreter(implicit_check); in CheckStackOverflow()
704 soa.Self()->GetStackEndForInterpreter(true))) { in InvokeMethod()799 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEndForInterpreter(true))) { in InvokeConstructor()
575 inline uint8_t* Thread::GetStackEndForInterpreter(bool implicit_overflow_check) const { in GetStackEndForInterpreter() function
1112 ALWAYS_INLINE uint8_t* GetStackEndForInterpreter(bool implicit_overflow_check) const;