Searched defs:index_in_table (Results 1 - 3 of 3) sorted by path

/art/compiler/optimizing/
H A Dcode_generator_mips.cc1750 uint64_t index_in_table) const {
1754 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>);
1776 uint64_t index_in_table = GetJitStringRootIndex(string_reference); local
1777 PatchJitRootUse(code, roots_data, info, index_in_table);
1781 uint64_t index_in_table = GetJitClassRootIndex(type_reference); local
1782 PatchJitRootUse(code, roots_data, info, index_in_table);
H A Dcode_generator_x86.cc7820 uint64_t index_in_table) const {
7823 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>);
7832 uint64_t index_in_table = GetJitStringRootIndex(string_reference); local
7833 PatchJitRootUse(code, roots_data, info, index_in_table);
7838 uint64_t index_in_table = GetJitClassRootIndex(type_reference); local
7839 PatchJitRootUse(code, roots_data, info, index_in_table);
H A Dcode_generator_x86_64.cc7151 uint64_t index_in_table) const {
7154 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>);
7163 uint64_t index_in_table = GetJitStringRootIndex(string_reference); local
7164 PatchJitRootUse(code, roots_data, info, index_in_table);
7169 uint64_t index_in_table = GetJitClassRootIndex(type_reference); local
7170 PatchJitRootUse(code, roots_data, info, index_in_table);

Completed in 48 milliseconds