Home
last modified time | relevance | path

Searched refs:code_type (Results 1 – 4 of 4) 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()
103 if (cli.code_type == CodeType::kPrimaryApk) { in GetPrimaryApkOptimizationStatus()
122 << "\ncode_type=" << CodeTypeName(cli.code_type) in operator <<()
Dapp_info.h54 static CodeType FromVMRuntimeConstants(uint32_t code_type);
63 CodeType code_type);
84 CodeType code_type{CodeType::kUnknown};
Druntime.h538 int32_t code_type);
Druntime.cc2625 int32_t code_type) { in RegisterAppInfo() argument
2631 AppInfo::FromVMRuntimeConstants(code_type)); in RegisterAppInfo()