Searched refs:kX86InstructionAlignment (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/
H A Dinstruction_set_test.cc50 EXPECT_EQ(GetInstructionSetInstructionAlignment(kX86), kX86InstructionAlignment); local
H A Dinstruction_set.h81 static constexpr size_t kX86InstructionAlignment = 1; member in namespace:art
121 (isa == kX86) ? kX86InstructionAlignment :
/art/compiler/optimizing/
H A Dstack_map_test.cc925 CodeOffset offset_x86 = CodeOffset::FromOffset(kX86InstructionAlignment, kX86);
931 EXPECT_EQ(offset_x86.Uint32Value(kX86), kX86InstructionAlignment);

Completed in 36 milliseconds