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

  /art/runtime/gc/
heap.cc 100 last_process_state_id_(NULL),
337 last_process_state_id_ = env->GetFieldID(application_thread_class_, "mLastProcessState", "I");
338 if (last_process_state_id_ == NULL) {
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 600 jfieldID last_process_state_id_; member in class:art::gc::Heap

Completed in 34 milliseconds