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.h54 static CodeType FromVMRuntimeConstants(uint32_t code_type);
63 CodeType code_type);
98 CodeType code_type{CodeType::kUnknown};
Doat_file_manager.cc228 const AppInfo::CodeType code_type = in OpenDexFilesFromOat() local
234 code_type == AppInfo::CodeType::kPrimaryApk || in OpenDexFilesFromOat()
235 code_type == AppInfo::CodeType::kSplitApk; in OpenDexFilesFromOat()
Druntime.h617 int32_t code_type);
Druntime.cc2736 int32_t code_type) { in RegisterAppInfo() argument
2742 AppInfo::FromVMRuntimeConstants(code_type)); in RegisterAppInfo()