Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_test.cc49 kThumb2InstructionAlignment); in TEST()
Dinstruction_set.h80 static constexpr size_t kThumb2InstructionAlignment = 2; variable
125 return kThumb2InstructionAlignment; in GetInstructionSetInstructionAlignment()
/art/compiler/optimizing/
Dstack_map_test.cc932 CodeOffset::FromOffset(kThumb2InstructionAlignment, InstructionSet::kThumb2); in TEST()
943 EXPECT_EQ(offset_thumb2.Uint32Value(InstructionSet::kThumb2), kThumb2InstructionAlignment); in TEST()