OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forced_interpret_only_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
instrumentation.h
208
forced_interpret_only_
= true;
217
return
forced_interpret_only_
;
408
bool
forced_interpret_only_
;
member in class:art::instrumentation::Instrumentation
instrumentation.cc
64
interpret_only_(false),
forced_interpret_only_
(false),
145
if ((
forced_interpret_only_
|| IsDeoptimized(method)) && !method->IsNative()) {
162
if ((interpreter_stubs_installed_ ||
forced_interpret_only_
|| IsDeoptimized(method)) &&
566
interpret_only_ = require_interpreter ||
forced_interpret_only_
;
[
all
...]
Completed in 167 milliseconds