Home
last modified time | relevance | path

Searched refs:implicit_overflow_check (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread-inl.h399 inline uint8_t* Thread::GetStackEndForInterpreter(bool implicit_overflow_check) const { in GetStackEndForInterpreter() argument
400 uint8_t* end = tlsPtr_.stack_end + (implicit_overflow_check in GetStackEndForInterpreter()
Dthread.h835 ALWAYS_INLINE uint8_t* GetStackEndForInterpreter(bool implicit_overflow_check) const;