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

  /art/runtime/gc/
heap.cc 96 activity_thread_class_(NULL),
278 if (activity_thread_class_ == NULL) {
285 activity_thread_class_ = reinterpret_cast<jclass>(env->NewGlobalRef(clz));
288 if (activity_thread_class_ != NULL && activity_thread_ == NULL) {
289 jmethodID current_activity_method = env->GetStaticMethodID(activity_thread_class_,
298 jobject obj = env->CallStaticObjectMethod(activity_thread_class_, current_activity_method);
347 env->GetMethodID(activity_thread_class_, "getApplicationThread",
    [all...]
heap.h 596 jclass activity_thread_class_; member in class:art::gc::Heap

Completed in 46 milliseconds