Searched refs:class_result (Results 1 – 2 of 2) sorted by relevance
232 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class); in Java_art_Frames_getFrameLocation() local233 if (JvmtiErrorToException(env, jvmti_env, class_result)) { in Java_art_Frames_getFrameLocation()
721 auto class_result = classes_.find(method->GetDeclaringClass().Ptr()); in WriteStackTraces() local722 CHECK(class_result != classes_.end()); in WriteStackTraces()723 __ AddU4(class_result->second); in WriteStackTraces()