Searched refs:code_type (Results 1 – 5 of 5) sorted by relevance
32 AppInfo::CodeType AppInfo::FromVMRuntimeConstants(uint32_t code_type) { in FromVMRuntimeConstants() argument33 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() argument44 switch (code_type) { in CodeTypeName()56 AppInfo::CodeType code_type) { in RegisterAppInfo() argument66 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 …]
55 static CodeType FromVMRuntimeConstants(uint32_t code_type);64 CodeType code_type);106 CodeType code_type{CodeType::kUnknown};
621 int32_t code_type);
2869 int32_t code_type) { in RegisterAppInfo() argument2875 AppInfo::FromVMRuntimeConstants(code_type)); in RegisterAppInfo()
247 const AppInfo::CodeType code_type = in OpenDexFilesFromOat() local253 code_type == AppInfo::CodeType::kPrimaryApk || in OpenDexFilesFromOat()254 code_type == AppInfo::CodeType::kSplitApk; in OpenDexFilesFromOat()