Searched refs:extension (Results 1 – 13 of 13) sorted by relevance
2 class art.Test992 does not have a known source file extension because java.lang.RuntimeException: J…4 class art.Test992$Target1 does not have a known source file extension because java.lang.RuntimeExce…6 class art.Target2 does not have a known source file extension because java.lang.RuntimeException: J…8 int does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABS…10 class java.lang.Integer does not have a known source file extension because java.lang.RuntimeExcept…12 class java.lang.Object does not have a known source file extension because java.lang.RuntimeExcepti…14 interface java.lang.Runnable does not have a known source file extension because java.lang.RuntimeE…16 class [Ljava.lang.Object; does not have a known source file extension because java.lang.RuntimeExce…18 class [I does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERRO…20 null does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_IN…[all …]
1 Test for change_array_size extension function.3 Tests that we are able to use the extension function to change the length of arrays.
1 Test for get_last_error_message extension function.
1 Tests the jvmti-extension to get allocated memory snapshot.
1 Tests the jvmti-extension to lock a monitor without regards to suspension.
1 Tests the jvmti-extension to get the classes contained in class-loaders.
80 extension = os.path.splitext(file)[1]81 if extension in [".java", ".smali"]:
3 listextensions is a jvmti agent that will print the details of all available jvmti extension18 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:104] Found 13 extension functions34 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:130] Found 2 extension events
5 this by calling the com.android.art.misc.get_plugin_internal_state extension function.
425 const std::string& extension) { in GetLocationFromImageLocation() argument428 filename += "." + extension; in GetLocationFromImageLocation()430 filename.replace(filename.length() - 3, 3, extension); in GetLocationFromImageLocation()
1420 // Since they are not compiled by javac, we use different extension for them.1421 // The .jar extension for them would cause subtle failures in the test infra,
4119 std::string extension; in ExpandMultiImageLocations() local4122 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()4151 locations.push_back(base + name + extension); in ExpandMultiImageLocations()