Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h208 forced_interpret_only_ = true; in ForceInterpretOnly()
217 return forced_interpret_only_; in IsForcedInterpretOnly()
408 bool forced_interpret_only_; variable
Dinstrumentation.cc64 interpret_only_(false), forced_interpret_only_(false), in Instrumentation()
145 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()
162 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) && in InstallStubsForMethod()
566 interpret_only_ = require_interpreter || forced_interpret_only_; in ConfigureStubs()