Home
last modified time | relevance | path

Searched refs: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() argument
33 switch (code_type) { in FromVMRuntimeConstants()
38 LOG(WARNING) << "Unknown code type: " << code_type; in FromVMRuntimeConstants()
43 static const char* CodeTypeName(AppInfo::CodeType code_type) { in CodeTypeName() argument
44 switch (code_type) { in CodeTypeName()
56 AppInfo::CodeType code_type) { in RegisterAppInfo() argument
66 cli.code_type = code_type; in RegisterAppInfo()
71 << "\ncode_type=" << CodeTypeName(code_type) in RegisterAppInfo()
109 if (cli.code_type == CodeType::kPrimaryApk) { in GetPrimaryApkOptimizationStatus()
123 return it != registered_code_locations_.end() ? it->second.code_type : CodeType::kUnknown; in GetRegisteredCodeType()
[all …]
Dapp_info.h55 static CodeType FromVMRuntimeConstants(uint32_t code_type);
64 CodeType code_type);
106 CodeType code_type{CodeType::kUnknown};
Druntime.h621 int32_t code_type);
Druntime.cc2869 int32_t code_type) { in RegisterAppInfo() argument
2875 AppInfo::FromVMRuntimeConstants(code_type)); in RegisterAppInfo()
/art/runtime/oat/
Doat_file_manager.cc247 const AppInfo::CodeType code_type = in OpenDexFilesFromOat() local
253 code_type == AppInfo::CodeType::kPrimaryApk || in OpenDexFilesFromOat()
254 code_type == AppInfo::CodeType::kSplitApk; in OpenDexFilesFromOat()