Searched refs:IsActive (Results 1 – 7 of 7) sorted by relevance
298 if (!state->IsActive()) { in Create()382 bool JdwpState::IsActive() { in IsActive() function in art::JDWP::JdwpState
140 bool IsActive();
91 heap->ConcurrentCopyingCollector()->IsActive()) { in DequeuePendingReference()
267 bool IsActive() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsActive() function376 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
381 EXPECT_FALSE(instr->IsActive()); in TEST_F()394 EXPECT_FALSE(instr->IsActive()); in TEST_F()
598 if (gJdwpState->IsActive()) { in StartJdwp()607 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
180 bool IsActive() const { in IsActive() function