Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_test.cc59 kMips64InstructionAlignment); in TEST()
Dinstruction_set.h85 static constexpr size_t kMips64InstructionAlignment = 4; variable
135 return kMips64InstructionAlignment; in GetInstructionSetInstructionAlignment()
/art/compiler/optimizing/
Dstack_map_test.cc942 CodeOffset::FromOffset(kMips64InstructionAlignment, InstructionSet::kMips64); in TEST()
948 EXPECT_EQ(offset_mips64.Uint32Value(InstructionSet::kMips64), kMips64InstructionAlignment); in TEST()