Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc306 if (!state->IsActive()) { in Create()
392 bool JdwpState::IsActive() { in IsActive() function in art::JDWP::JdwpState
Djdwp.h144 bool IsActive();
/art/runtime/gc/
Dreference_queue.cc78 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
/art/runtime/
Dinstrumentation.h333 bool IsActive() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsActive() function
500 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
Dinstrumentation_test.cc458 EXPECT_FALSE(instr->IsActive()); in TEST_F()
471 EXPECT_FALSE(instr->IsActive()); in TEST_F()
Ddebugger.cc525 if (gJdwpState->IsActive()) { in StartJdwp()
534 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
/art/runtime/gc/collector/
Dconcurrent_copying.h128 bool IsActive() const { in IsActive() function