Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_test.cc55 kX86_64InstructionAlignment); in TEST()
Dinstruction_set.h83 static constexpr size_t kX86_64InstructionAlignment = 1; variable
131 return kX86_64InstructionAlignment; in GetInstructionSetInstructionAlignment()
/art/compiler/optimizing/
Dstack_map_test.cc938 CodeOffset::FromOffset(kX86_64InstructionAlignment, InstructionSet::kX86_64); in TEST()
946 EXPECT_EQ(offset_x86_64.Uint32Value(InstructionSet::kX86_64), kX86_64InstructionAlignment); in TEST()