Searched refs:table_entry_literal (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 6633 vixl::aarch64::Literal<uint32_t>* table_entry_literal = entry.second; in EmitJitRootPatches() local 6635 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches() 6639 vixl::aarch64::Literal<uint32_t>* table_entry_literal = entry.second; in EmitJitRootPatches() local 6641 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
|
D | code_generator_arm_vixl.cc | 9706 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches() local 9708 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches() 9712 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches() local 9714 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
|