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 430 return alloc_entrypoints_instrumented_;
591 // alloc_entrypoints_instrumented_ is only updated with all the threads suspended, this is done
593 // alloc_entrypoints_instrumented_ change during suspend points.
594 bool alloc_entrypoints_instrumented_; member in class:art::instrumentation::Instrumentation
instrumentation.cc 87 alloc_entrypoints_instrumented_(false) {
646 alloc_entrypoints_instrumented_ = instrumented;
651 alloc_entrypoints_instrumented_ = instrumented;
    [all...]

Completed in 586 milliseconds