Searched refs:AsBitmap (Results 1 - 19 of 19) sorted by relevance

/art/runtime/arch/mips/
H A Dinstruction_set_features_mips_test.cc31 EXPECT_EQ(mips_features->AsBitmap(), 7U);
H A Dinstruction_set_features_mips.h54 uint32_t AsBitmap() const OVERRIDE;
H A Dinstruction_set_features_mips.cc173 uint32_t MipsInstructionSetFeatures::AsBitmap() const { function in class:art::MipsInstructionSetFeatures
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64_test.cc31 EXPECT_EQ(mips64_features->AsBitmap(), 1U);
H A Dinstruction_set_features_mips64.h54 uint32_t AsBitmap() const OVERRIDE;
H A Dinstruction_set_features_mips64.cc88 uint32_t Mips64InstructionSetFeatures::AsBitmap() const { function in class:art::Mips64InstructionSetFeatures
/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64_test.cc32 EXPECT_EQ(x86_64_features->AsBitmap(), 1U);
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86_test.cc31 EXPECT_EQ(x86_features->AsBitmap(), 1U);
43 EXPECT_EQ(x86_features->AsBitmap(), 3U);
53 EXPECT_EQ(x86_default_features->AsBitmap(), 1U);
63 EXPECT_EQ(x86_64_features->AsBitmap(), 3U);
79 EXPECT_EQ(x86_features->AsBitmap(), 15U);
89 EXPECT_EQ(x86_default_features->AsBitmap(), 1U);
99 EXPECT_EQ(x86_64_features->AsBitmap(), 15U);
H A Dinstruction_set_features_x86.h55 uint32_t AsBitmap() const OVERRIDE;
H A Dinstruction_set_features_x86.cc210 uint32_t X86InstructionSetFeatures::AsBitmap() const { function in class:art::X86InstructionSetFeatures
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm_test.cc35 EXPECT_EQ(krait_features->AsBitmap(), 7U);
48 EXPECT_EQ(denver_features->AsBitmap(), 7U);
61 EXPECT_EQ(arm7_features->AsBitmap(), 1U);
86 EXPECT_EQ(krait_features->AsBitmap(), 7U);
99 EXPECT_EQ(denver_features->AsBitmap(), 7U);
112 EXPECT_EQ(arm7_features->AsBitmap(), 1U);
H A Dinstruction_set_features_arm.h54 uint32_t AsBitmap() const OVERRIDE;
H A Dinstruction_set_features_arm.cc241 uint32_t ArmInstructionSetFeatures::AsBitmap() const { function in class:art::ArmInstructionSetFeatures
/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64_test.cc32 EXPECT_EQ(arm64_features->AsBitmap(), 3U);
H A Dinstruction_set_features_arm64.h54 uint32_t AsBitmap() const OVERRIDE;
H A Dinstruction_set_features_arm64.cc114 uint32_t Arm64InstructionSetFeatures::AsBitmap() const { function in class:art::Arm64InstructionSetFeatures
/art/runtime/arch/
H A Dinstruction_set_features.h72 virtual uint32_t AsBitmap() const = 0;
H A Dinstruction_set_features.cc91 CHECK_EQ(bitmap, result->AsBitmap());
/art/runtime/
H A Doat.cc91 instruction_set_features_bitmap_ = instruction_set_features->AsBitmap();

Completed in 138 milliseconds