Home
last modified time | relevance | path

Searched defs:InterpretOnly (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.h360 bool InterpretOnly() const { in InterpretOnly() function
Dinstrumentation.cc284 bool Instrumentation::InterpretOnly(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in InterpretOnly() function in art::instrumentation::Instrumentation