Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_jni.cc80 jvmtiError data_result = env->Allocate(sizeof(JNINativeInterface), &data); in GetJNIFunctionTable() local
Dti_properties.cc129 jvmtiError data_result; in GetSystemProperties() local
Dti_thread.cc677 jvmtiError data_result = env->Allocate(peers.size() * sizeof(jthread), &data); in GetAllThreads() local
Dti_class.cc1019 jvmtiError data_result = env->Allocate(ctc.count * sizeof(jclass), &data); in GetClassLoaderClasses() local
/art/odrefresh/
Dodrefresh.cc1391 const PreconditionCheckResult& data_result, in CheckBootClasspathArtifactsAreUpToDate()
1478 const PreconditionCheckResult& data_result, in CheckSystemServerArtifactsAreUpToDate()
1660 PreconditionCheckResult data_result = CheckPreconditionForData(apex_info_list.value()); in CheckArtifactsAreUpToDate() local