OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExplicitStackOverflowChecks
(Results
1 - 4
of
4
) sorted by null
/art/runtime/interpreter/
interpreter.cc
401
bool implicit_check = !Runtime::Current()->
ExplicitStackOverflowChecks
();
530
bool implicit_check = !Runtime::Current()->
ExplicitStackOverflowChecks
();
542
bool implicit_check = !Runtime::Current()->
ExplicitStackOverflowChecks
();
/art/runtime/entrypoints/
entrypoint_utils.cc
206
bool explicit_overflow_check = Runtime::Current()->
ExplicitStackOverflowChecks
();
/art/runtime/
runtime.h
472
bool
ExplicitStackOverflowChecks
() const {
thread.cc
222
if (Runtime::Current()->
ExplicitStackOverflowChecks
()) {
559
bool implicit_stack_check = !runtime->
ExplicitStackOverflowChecks
() && !runtime->IsCompiler();
[
all
...]
Completed in 339 milliseconds