Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_test.cc53 kX86InstructionAlignment); in TEST()
Dinstruction_set.h82 static constexpr size_t kX86InstructionAlignment = 1; variable
129 return kX86InstructionAlignment; in GetInstructionSetInstructionAlignment()
/art/compiler/optimizing/
Dstack_map_test.cc936 CodeOffset::FromOffset(kX86InstructionAlignment, InstructionSet::kX86); in TEST()
945 EXPECT_EQ(offset_x86.Uint32Value(InstructionSet::kX86), kX86InstructionAlignment); in TEST()