Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 5 of 5) sorted by relevance

/art/test/1900-track-alloc/
Dinfo.txt1 Tests the jvmti-extension to get allocated memory snapshot.
/art/tools/checker/
Dchecker.py80 extension = os.path.splitext(file)[1]
81 if extension in [".java", ".smali"]:
/art/runtime/
Dimage.h324 const std::string& extension) { in GetLocationFromImageLocation() argument
327 filename += "." + extension; in GetLocationFromImageLocation()
329 filename.replace(filename.length() - 3, 3, extension); in GetLocationFromImageLocation()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2089 # result sign extension is handled in C code
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2172 # result sign extension is handled in C code