HomeSort by relevance Sort by last modified time
    Searched defs:top_index (Results 1 - 16 of 16) sorted by null

  /art/runtime/
indirect_reference_table-inl.h 47 const uint32_t top_index = segment_state_.top_index; local
49 if (UNLIKELY(idx >= top_index)) {
55 top_index);
monitor_pool.h 138 size_t top_index = index / kMaxListSize; local
141 uintptr_t base = monitor_chunks_[top_index][list_index];
indirect_reference_table.cc 177 if (last_known_previous_state_.top_index >= segment_state_.top_index ||
178 last_known_previous_state_.top_index < prev_state.top_index) {
179 const size_t top_index = segment_state_.top_index; local
180 size_t count = CountNullEntries(table_, prev_state.top_index, top_index);
184 << " Current prev=" << prev_state.top_index
185 << " Current top_index=" << top_inde
248 size_t top_index = segment_state_.top_index; local
343 const uint32_t top_index = segment_state_.top_index; local
367 << " vs " << bottom_index << "-" << top_index << ")"; local
373 << " (bottom=" << bottom_index << " top=" << top_index << ")"; local
438 const size_t top_index = Capacity(); local
478 size_t top_index = segment_state_.top_index; local
    [all...]
indirect_reference_table.h 113 // deletion of an entry may reduce "top_index" by more than one.
145 uint32_t top_index; member in struct:art::IRTSegmentState
284 return segment_state_.top_index;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc1x.h 119 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-xgate.h 84 int top_index; member in struct:xgate_elf_link_hash_table
elf32-m68hc1x.c 240 int top_id, top_index; local
288 for (section = output_bfd->sections, top_index = 0;
292 if (top_index < section->index)
293 top_index = section->index;
296 htab->top_index = top_index;
297 amt = sizeof (asection *) * (top_index + 1);
305 list = input_list + top_index;
    [all...]
elf32-avr.c 91 int top_index; member in struct:elf32_avr_link_hash_table
2918 int top_id, top_index; local
    [all...]
elf32-hppa.c 273 int top_index; member in struct:elf32_hppa_link_hash_table
2498 int top_id, top_index; local
    [all...]
elf32-metag.c 841 int top_index; member in struct:elf_metag_link_hash_table
3723 int top_id, top_index; local
    [all...]
elf32-nios2.c 947 int top_index; member in struct:elf32_nios2_link_hash_table
1377 int top_id, top_index; local
    [all...]
elfnn-aarch64.c 1875 int top_index; member in struct:elf_aarch64_link_hash_table
2606 int top_id, top_index; local
    [all...]
elf32-arm.c 3068 int top_index; member in struct:elf32_arm_link_hash_table
4434 int top_id, top_index; local
    [all...]
elf64-ppc.c 3938 int top_index; member in struct:ppc_link_hash_table
11112 int top_id, top_index, id; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3270 int top_index; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 3456 int q = 0, bottom_index = 0, top_index = 0; \/\/ Dummy variables. local
3665 int bottom_index, top_index; local
    [all...]

Completed in 302 milliseconds