HomeSort by relevance Sort by last modified time
    Searched refs:new_index (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 71 unsigned new_index; local
79 new_index = rc_find_free_temporary_list(c, used, used_length,
81 if (new_index < 0) {
87 rc_variable_change_dst(var, new_index, writemask);
radeon_variable.h 60 unsigned int new_index,
radeon_variable.c 39 * and its friends to new_index and new_writemask. This function also takes
44 unsigned int new_index,
57 var_ptr->Inst->U.I.DstReg.Index = new_index;
68 sub->DestIndex = new_index;
77 reader->U.I.Src->Index = new_index;
106 .Index = new_index;
114 .Index = new_index;
124 new_index);
129 "new_index=%u new_mask=%u\n",
130 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask)
    [all...]
radeon_pair_schedule.c 764 unsigned int new_index)
775 old_file, new_index);
889 int new_index = -1; local
922 new_index = i;
929 if (new_index < 0) {
943 pair_inst->Alpha.DestIndex = new_index;
974 RC_FILE_TEMPORARY, old_swz, new_index);
    [all...]
  /art/runtime/gc/accounting/
atomic_stack.h 94 int32_t new_index; local
97 new_index = index + num_slots;
98 if (UNLIKELY(static_cast<size_t>(new_index) >= growth_limit_)) {
102 } while (!back_index_.CompareExchangeWeakRelaxed(index, new_index));
104 *end_address = begin_ + new_index;
107 for (int32_t i = index; i < new_index; ++i) {
109 << "i=" << i << " index=" << index << " new_index=" << new_index; local
  /external/v8/src/debug/
liveedit.js 711 var new_index = 0;
715 } else if (new_index < new_children.length) {
716 if (new_children[new_index].info.start_position <
718 unmatched_new_nodes_list.push(new_children[new_index]);
719 textually_unmatched_new_nodes_list.push(new_children[new_index]);
720 new_index++;
721 } else if (new_children[new_index].info.start_position ==
723 if (new_children[new_index].info.end_position ==
726 new_children[new_index];
728 new_children[new_index];
    [all...]
  /art/compiler/optimizing/
gvn.cc 191 size_t new_index = BucketIndex(node->GetHashCode()); local
192 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 176 // a set (see TreatAsMap() and TreatAsSet(), below), new_index indicates
179 // ReportModified(). In all other cases, "new_index" will have the same
181 int new_index; member in struct:google::protobuf::util::MessageDifferencer::SpecificField
200 new_index(-1),
    [all...]
  /external/v8/src/snapshot/
serialize.h 80 // a new entry with new_index as value, and return kInvalidIndex.
81 int LookupOrInsert(HeapObject* obj, int new_index) {
84 SetValue(LookupEntry(&map_, obj, true), static_cast<uint32_t>(new_index));
serialize.cc 1546 int new_index = cache->length(); local
    [all...]
  /external/v8/src/wasm/
encoder.cc 175 uint16_t new_index = var_index[index]; local
176 const std::vector<uint8_t>& index_vec = UnsignedLEB128From(new_index);
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 111 size_t new_index = locale::id::_S_max++;
112 id._M_index = new_index;
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 418 void rename_temp_register(int index, int new_index);
3661 int new_index = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 694 unsigned int new_index = must_parse_int (&(ieee->h));
696 if (new_index != last_index || this_type != last_type)
705 new_symbol->index = new_index;
706 last_index = new_index;
710 if (new_index > *max_index)
711 *max_index = new_index;
692 unsigned int new_index = must_parse_int (&(ieee->h)); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 2138 HInstruction* new_index = HBitwise::New(isolate, zone, context, token, local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc 18777 int new_index = table->EntryToIndex(new_entry); local
18813 int new_index = new_table->EntryToIndex(new_entry); local
    [all...]

Completed in 697 milliseconds