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

  /art/runtime/gc/
heap.cc 99 application_thread_(NULL),
345 if (application_thread_class_ != NULL && application_thread_ == NULL) {
360 application_thread_ = env->NewGlobalRef(obj);
363 if (application_thread_ != NULL && last_process_state_id_ != NULL) {
364 int process_state = env->GetIntField(application_thread_, last_process_state_id_);
    [all...]
heap.h 599 jobject application_thread_; member in class:art::gc::Heap

Completed in 31 milliseconds