Searched refs:low_literal_offset (Results 1 – 1 of 1) sorted by relevance
1828 uint32_t low_literal_offset = GetAssembler().GetLabelLocation(&info.low_label); in PatchJitRootUse() local1838 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()