OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsForcedInterpretOnly
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
instrumentation.h
216
bool
IsForcedInterpretOnly
() const {
instrumentation.cc
103
Runtime::Current()->GetInstrumentation()->
IsForcedInterpretOnly
()
[
all
...]
debugger.cc
739
return !Runtime::Current()->GetInstrumentation()->
IsForcedInterpretOnly
();
[
all
...]
/art/runtime/interpreter/
interpreter_common.cc
648
if (kIsDebugBuild && Runtime::Current()->GetInstrumentation()->
IsForcedInterpretOnly
() &&
[
all
...]
Completed in 40 milliseconds