HomeSort by relevance Sort by last modified time
    Searched refs:alloc_entrypoints_instrumented_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
instrumentation.h 471 return alloc_entrypoints_instrumented_;
647 // alloc_entrypoints_instrumented_ is only updated with all the threads suspended, this is done
649 // alloc_entrypoints_instrumented_ change during suspend points.
650 bool alloc_entrypoints_instrumented_; member in class:art::instrumentation::Instrumentation
instrumentation.cc 114 alloc_entrypoints_instrumented_(false) {
678 alloc_entrypoints_instrumented_ = instrumented;
691 alloc_entrypoints_instrumented_ = instrumented;
    [all...]

Completed in 62 milliseconds