Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h330 forced_interpret_only_ = true; in ForceInterpretOnly()
339 return forced_interpret_only_; in IsForcedInterpretOnly()
672 bool forced_interpret_only_; variable
Dinstrumentation.cc176 forced_interpret_only_(false), in Instrumentation()
258 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()
266 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) && in InstallStubsForMethod()
782 forced_interpret_only_; in UpdateStubs()