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