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

/art/runtime/arch/
H A Dinstruction_set_test.cc48 EXPECT_EQ(GetInstructionSetInstructionAlignment(kThumb2), kThumb2InstructionAlignment); local
H A Dinstruction_set.h79 static constexpr size_t kThumb2InstructionAlignment = 2; member in namespace:art
119 return (isa == kThumb2 || isa == kArm) ? kThumb2InstructionAlignment :
/art/compiler/optimizing/
H A Dstack_map_test.cc923 CodeOffset offset_thumb2 = CodeOffset::FromOffset(kThumb2InstructionAlignment, kThumb2);
929 EXPECT_EQ(offset_thumb2.Uint32Value(kThumb2), kThumb2InstructionAlignment);

Completed in 170 milliseconds