Searched refs:GetInstructionSetFromString (Results 1 – 21 of 21) sorted by relevance
25 TEST(InstructionSetTest, GetInstructionSetFromString) { in TEST() argument26 EXPECT_EQ(InstructionSet::kArm, GetInstructionSetFromString("arm")); in TEST()27 EXPECT_EQ(InstructionSet::kArm64, GetInstructionSetFromString("arm64")); in TEST()28 EXPECT_EQ(InstructionSet::kX86, GetInstructionSetFromString("x86")); in TEST()29 EXPECT_EQ(InstructionSet::kX86_64, GetInstructionSetFromString("x86_64")); in TEST()30 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("none")); in TEST()31 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("random-string")); in TEST()55 EXPECT_EQ(kRuntimeISA, GetInstructionSetFromString(GetInstructionSetString(kRuntimeISA))); in TEST()
59 InstructionSet GetInstructionSetFromString(const char* isa_str) { in GetInstructionSetFromString() function
95 InstructionSet GetInstructionSetFromString(const char* instruction_set);
121 instruction_set_ = GetInstructionSetFromString(instruction_set_str); in Parse()258 if (GetInstructionSetFromString(parent_dir_name.c_str()) != InstructionSet::kNone) { in ParseCheckBootImage()
580 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded()645 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileStatus()679 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOptimizationStatus()897 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOutputPaths()
429 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
409 InstructionSet isa = GetInstructionSetFromString(instruction_set.c_str()); in VMRuntime_isBootClassPathOnDisk()
79 InstructionSet GetInstructionSetFromString(const char* instruction_set);
87 InstructionSet GetInstructionSetFromString(const char* instruction_set);
29 InstructionSet set = GetInstructionSetFromString(option.c_str()); in Parse()
184 isa_ = GetInstructionSetFromString(isa_str); in ParseArgs()
165 InstructionSet isa = GetInstructionSetFromString(artifacts_path.isa.c_str()); in BuildArtifactsPath()
553 auto&& image_isa = GetInstructionSetFromString(isa_str); in ProcessSpecialOptions()
238 InstructionSet isa = GetInstructionSetFromString(isa_str.c_str()); in Create()