Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h445 uint64_t index_in_table) const;
Dcode_generator_mips.h668 uint64_t index_in_table) const;
Dcode_generator_mips64.h623 uint64_t index_in_table) const;
Dcode_generator_x86.h456 uint64_t index_in_table) const;
Dcode_generator_mips64.cc1742 uint64_t index_in_table) const { in PatchJitRootUse()
1745 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>); in PatchJitRootUse()
1753 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches() local
1754 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
1759 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches() local
1760 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
Dcode_generator_arm_vixl.cc9263 uint64_t index_in_table) { in PatchJitRootUse() argument
9267 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>); in PatchJitRootUse()
9276 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches() local
9277 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
9282 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches() local
9283 PatchJitRootUse(code, roots_data, table_entry_literal, index_in_table); in EmitJitRootPatches()
Dcode_generator_mips.cc1826 uint64_t index_in_table) const { in PatchJitRootUse()
1830 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>); in PatchJitRootUse()
1852 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches() local
1853 PatchJitRootUse(code, roots_data, info, index_in_table); in EmitJitRootPatches()
1857 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches() local
1858 PatchJitRootUse(code, roots_data, info, index_in_table); in EmitJitRootPatches()