Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc298 if (!state->IsActive()) { in Create()
382 bool JdwpState::IsActive() { in IsActive() function in art::JDWP::JdwpState
Djdwp.h140 bool IsActive();
/art/runtime/gc/
Dreference_queue.cc91 heap->ConcurrentCopyingCollector()->IsActive()) { in DequeuePendingReference()
/art/runtime/
Dinstrumentation.h267 bool IsActive() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsActive() function
376 interpreter_handler_table_ = IsActive() ? kAlternativeHandlerTable : kMainHandlerTable; in UpdateInterpreterHandlerTable()
Dinstrumentation_test.cc381 EXPECT_FALSE(instr->IsActive()); in TEST_F()
394 EXPECT_FALSE(instr->IsActive()); in TEST_F()
Ddebugger.cc598 if (gJdwpState->IsActive()) { in StartJdwp()
607 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
/art/runtime/gc/collector/
Dconcurrent_copying.h180 bool IsActive() const { in IsActive() function