Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_test.cc51 kArm64InstructionAlignment); in TEST()
Dinstruction_set.h81 static constexpr size_t kArm64InstructionAlignment = 4; variable
127 return kArm64InstructionAlignment; in GetInstructionSetInstructionAlignment()
/art/compiler/optimizing/
Dstack_map_test.cc934 CodeOffset::FromOffset(kArm64InstructionAlignment, InstructionSet::kArm64); in TEST()
944 EXPECT_EQ(offset_arm64.Uint32Value(InstructionSet::kArm64), kArm64InstructionAlignment); in TEST()