Home
last modified time | relevance | path

Searched refs:NeedsSlowInterpreterForListeners (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.h435 bool NeedsSlowInterpreterForListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in NeedsSlowInterpreterForListeners() function
Dinstrumentation_test.cc474 EXPECT_FALSE(instr->NeedsSlowInterpreterForListeners()); in TEST_F()
/art/runtime/interpreter/mterp/
Dnterp.cc61 !instr->NeedsSlowInterpreterForListeners() && in CanRuntimeUseNterp()