Home
last modified time | relevance | path

Searched refs:class_result (Results 1 – 2 of 2) sorted by relevance

/art/test/911-get-stack-trace/
Dstack_trace.cc232 jvmtiError class_result = jvmti_env->GetMethodDeclaringClass(method, &decl_class); in Java_art_Frames_getFrameLocation() local
233 if (JvmtiErrorToException(env, jvmti_env, class_result)) { in Java_art_Frames_getFrameLocation()
/art/runtime/hprof/
Dhprof.cc721 auto class_result = classes_.find(method->GetDeclaringClass().Ptr()); in WriteStackTraces() local
722 CHECK(class_result != classes_.end()); in WriteStackTraces()
723 __ AddU4(class_result->second); in WriteStackTraces()