Searched refs:IsActive (Results 1 – 8 of 8) sorted by relevance
79 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
419 if (!state->IsActive()) { in Create()505 bool JdwpState::IsActive() { in IsActive() function in art::JDWP::JdwpState
148 bool IsActive();
381 bool IsActive() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsActive() function561 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
479 EXPECT_FALSE(instr->IsActive()); in TEST_F()493 EXPECT_FALSE(instr->IsActive()); in TEST_F()
580 if (gJdwpState->IsActive()) { in StartJdwp()589 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
142 bool IsActive() const { in IsActive() function
153 !runtime->GetInstrumentation()->IsActive() && in CanUseMterp()