Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dreference_queue.cc79 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
/art/runtime/
Dinstrumentation.h391 bool IsActive() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsActive() function
593 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
Dinstrumentation_test.cc482 EXPECT_FALSE(instr->IsActive()); in TEST_F()
496 EXPECT_FALSE(instr->IsActive()); in TEST_F()
/art/runtime/gc/collector/
Dconcurrent_copying.h144 bool IsActive() const { in IsActive() function
/art/runtime/interpreter/mterp/
Dmterp.cc151 !runtime->GetInstrumentation()->IsActive() && in CanUseMterp()