Searched refs:GetInstructionSetFromString (Results 1 – 8 of 8) sorted by relevance
25 TEST_F(InstructionSetTest, GetInstructionSetFromString) { in TEST_F() argument26 EXPECT_EQ(kArm, GetInstructionSetFromString("arm")); in TEST_F()27 EXPECT_EQ(kArm64, GetInstructionSetFromString("arm64")); in TEST_F()28 EXPECT_EQ(kX86, GetInstructionSetFromString("x86")); in TEST_F()29 EXPECT_EQ(kX86_64, GetInstructionSetFromString("x86_64")); in TEST_F()30 EXPECT_EQ(kMips, GetInstructionSetFromString("mips")); in TEST_F()31 EXPECT_EQ(kNone, GetInstructionSetFromString("none")); in TEST_F()32 EXPECT_EQ(kNone, GetInstructionSetFromString("random-string")); in TEST_F()46 EXPECT_EQ(kRuntimeISA, GetInstructionSetFromString(GetInstructionSetString(kRuntimeISA))); in TEST_F()
42 InstructionSet GetInstructionSetFromString(const char* isa_str) { in GetInstructionSetFromString() function
80 InstructionSet GetInstructionSetFromString(const char* instruction_set);
426 image_isa_ = GetInstructionSetFromString(isa_str); in Parse()
121 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str()); in ZygoteHooks_nativePostForkChild()
504 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in CopyProfileFile()
530 InstructionSet isa = GetInstructionSetFromString(instruction_set.c_str()); in VMRuntime_isBootClassPathOnDisk()
965 isa = GetInstructionSetFromString(isa_str); in patchoat()