Searched refs:table_entry_literal (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | jit_patches_arm64.cc | 60 vixl::aarch64::Literal<uint32_t>* table_entry_literal = entry.second; in EmitJitRootPatches() local 62 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches() 66 vixl::aarch64::Literal<uint32_t>* table_entry_literal = entry.second; in EmitJitRootPatches() local 68 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
|
D | code_generator_riscv64.cc | 6625 Literal* table_entry_literal = entry.second; in EmitJitRootPatches() local 6627 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches() 6631 Literal* table_entry_literal = entry.second; in EmitJitRootPatches() local 6633 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
|
D | code_generator_arm_vixl.cc | 10202 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches() local 10204 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches() 10208 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches() local 10210 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
|