Home
last modified time | relevance | path

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

/art/runtime/
Dapp_info.cc32 AppInfo::CodeType AppInfo::FromVMRuntimeConstants(uint32_t code_type) { in FromVMRuntimeConstants()
43 static const char* CodeTypeName(AppInfo::CodeType code_type) { in CodeTypeName()
56 AppInfo::CodeType code_type) { in RegisterAppInfo()
Druntime.cc2880 int32_t code_type) { in RegisterAppInfo()
/art/runtime/jit/
Dprofile_saver.cc988 AppInfo::CodeType code_type) { in Start()
1152 AppInfo::CodeType code_type) { in AddTrackedLocations()
Djit.cc281 AppInfo::CodeType code_type) { in StartProfileSaver()
/art/runtime/oat/
Doat_file_manager.cc247 const AppInfo::CodeType code_type = in OpenDexFilesFromOat() local