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

  /art/runtime/gc/
heap.cc 97 application_thread_class_(NULL),
329 if (application_thread_class_ == NULL) {
336 application_thread_class_ = reinterpret_cast<jclass>(env->NewGlobalRef(clz));
337 last_process_state_id_ = env->GetFieldID(application_thread_class_, "mLastProcessState", "I");
345 if (application_thread_class_ != NULL && application_thread_ == NULL) {
    [all...]
heap.h 597 jclass application_thread_class_; member in class:art::gc::Heap

Completed in 134 milliseconds