OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forced_interpret_only_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
instrumentation.h
95
interpret_only_(false),
forced_interpret_only_
(false),
124
forced_interpret_only_
= true;
242
bool
forced_interpret_only_
;
member in class:art::instrumentation::Instrumentation
instrumentation.cc
62
if (
forced_interpret_only_
&& !method->IsNative()) {
84
if (
forced_interpret_only_
&& !method->IsNative()) {
334
interpret_only_ = require_interpreter ||
forced_interpret_only_
;
Completed in 303 milliseconds