Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc395 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke() local
396 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromInvoke()
606 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint() local
607 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in EnterInterpreterFromEntryPoint()
621 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge() local
622 if (UNLIKELY(__builtin_frame_address(0) < self->GetStackEndForInterpreter(implicit_check))) { in ArtInterpreterToInterpreterBridge()