Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_queue.cc79 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
/art/runtime/jdwp/
Djdwp_main.cc419 if (!state->IsActive()) { in Create()
505 bool JdwpState::IsActive() { in IsActive() function in art::JDWP::JdwpState
Djdwp.h148 bool IsActive();
/art/runtime/
Dinstrumentation.h381 bool IsActive() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsActive() function
561 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
Dinstrumentation_test.cc479 EXPECT_FALSE(instr->IsActive()); in TEST_F()
493 EXPECT_FALSE(instr->IsActive()); in TEST_F()
Ddebugger.cc580 if (gJdwpState->IsActive()) { in StartJdwp()
589 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
/art/runtime/gc/collector/
Dconcurrent_copying.h142 bool IsActive() const { in IsActive() function
/art/runtime/interpreter/mterp/
Dmterp.cc153 !runtime->GetInstrumentation()->IsActive() && in CanUseMterp()