Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 5 of 5) sorted by relevance

/art/test/918-fields/
Dfields.cc71 jvmtiError result2 = jvmti_env->GetFieldName(klass, id, nullptr, nullptr, nullptr); in Java_art_Test918_getFieldName() local
/art/test/910-methods/
Dmethods.cc68 jvmtiError result2 = jvmti_env->GetMethodName(id, nullptr, nullptr, nullptr); in Java_art_Test910_getMethodName() local
/art/test/911-get-stack-trace/
Dstack_trace.cc66 jvmtiError result2 = jvmti_env->GetMethodName(frames[method_index].method, &name, &sig, &gen); in TranslateJvmtiFrameInfoArray() local
/art/runtime/interpreter/
Dunstarted_runtime_test.cc764 JValue result2; in TEST_F() local
/art/test/083-compiler-regressions/src/
DMain.java197 long result2 = foo.wideGetBar0(); in wideGetterSetterTest() local