Searched refs:IsActive (Results 1 – 7 of 7) sorted by relevance
306 if (!state->IsActive()) { in Create()392 bool JdwpState::IsActive() { in IsActive() function in art::JDWP::JdwpState
144 bool IsActive();
78 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
333 bool IsActive() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsActive() function500 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
458 EXPECT_FALSE(instr->IsActive()); in TEST_F()471 EXPECT_FALSE(instr->IsActive()); in TEST_F()
525 if (gJdwpState->IsActive()) { in StartJdwp()534 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
128 bool IsActive() const { in IsActive() function