Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc1828 uint32_t low_literal_offset = GetAssembler().GetLabelLocation(&info.low_label); in PatchJitRootUse() local
1838 DCHECK_EQ(code[low_literal_offset + 0], 0x78); in PatchJitRootUse()
1839 DCHECK_EQ(code[low_literal_offset + 1], 0x56); in PatchJitRootUse()
1845 code[low_literal_offset + 0] = static_cast<uint8_t>(addr32 >> 0); in PatchJitRootUse()
1846 code[low_literal_offset + 1] = static_cast<uint8_t>(addr32 >> 8); in PatchJitRootUse()