Searched defs:temp (Results 1 - 25 of 47) sorted by relevance

12

/art/runtime/base/
H A Dstl_util.h46 ForwardIterator temp = begin; local
48 delete *temp;
H A Dhash_set.h85 Iterator temp = *this; local
87 return temp;
152 uint64_t temp; local
154 offset = ReadFromBytes(ptr, offset, &temp);
155 num_elements_ = static_cast<uint64_t>(temp);
156 offset = ReadFromBytes(ptr, offset, &temp);
157 num_buckets_ = static_cast<uint64_t>(temp);
159 offset = ReadFromBytes(ptr, offset, &temp);
160 elements_until_expand_ = static_cast<uint64_t>(temp);
374 T temp; local
[all...]
/art/runtime/
H A Dstride_iterator.h50 auto temp = *this; local
52 return temp;
H A Dproxy_test.cc130 std::string temp; local
131 const char* proxy_class_descriptor = proxy_class->GetDescriptor(&temp);
182 std::string temp; local
183 EXPECT_STREQ("L$Proxy1234;", field->GetDeclaringClass()->GetDescriptor(&temp));
191 EXPECT_STREQ("L$Proxy1234;", field->GetDeclaringClass()->GetDescriptor(&temp));
H A Dclass_linker-inl.h46 std::string temp; local
47 descriptor += (*element_class)->GetDescriptor(&temp);
H A Dcommon_throws.cc293 std::string temp; local
295 << " in class " << c->GetDescriptor(&temp) << " or its superclasses";
301 std::string temp; local
302 msg << "No field " << name << " in class " << c->GetDescriptor(&temp);
311 std::string temp; local
313 << " in class " << c->GetDescriptor(&temp) << " or its super classes";
H A Dclass_linker_test.cc72 std::string temp; local
73 ASSERT_STREQ(descriptor.c_str(), primitive->GetDescriptor(&temp));
111 std::string temp; local
112 EXPECT_STREQ(component_type.c_str(), array->GetComponentType()->GetDescriptor(&temp));
124 std::string temp; local
125 ASSERT_STREQ(array_descriptor.c_str(), array->GetDescriptor(&temp));
131 ASSERT_GT(strlen(array->GetComponentType()->GetDescriptor(&temp)), 0U);
155 EXPECT_STREQ(direct_interface0->GetDescriptor(&temp), "Ljava/lang/Cloneable;");
157 EXPECT_STREQ(direct_interface1->GetDescriptor(&temp), "Ljava/io/Serializable;");
186 std::string temp; local
329 std::string temp; local
702 std::string temp; local
1078 std::string temp; local
[all...]
H A Dreflection.cc253 std::string temp; \
255 arg->GetClass<>()->GetDescriptor(&temp)); \
809 std::string temp; local
813 PrettyDescriptor(o->GetClass()->GetDescriptor(&temp)).c_str()).c_str());
/art/compiler/dex/quick/
H A Dgen_loadstore.cc28 * Load an immediate value into a fixed or temp register. Target
397 RegStorage temp = AllocTempWide(); local
398 OpRegCopy(temp, loc.reg);
399 loc.reg = temp;
/art/compiler/optimizing/
H A Dssa_builder.cc567 void SsaBuilder::VisitTemporary(HTemporary* temp) { argument
569 temp->GetBlock()->RemoveInstruction(temp);
H A Dintrinsics_arm.cc658 Register temp = locations->GetTemp(0).AsRegister<Register>(); local
660 codegen->MarkGCCard(temp, card, base, value);
799 Register temp = locations->GetTemp(0).AsRegister<Register>(); local
810 __ ldr(temp, Address(obj, count_offset.Int32Value())); // temp = str.length.
812 __ cmp(idx, ShifterOperand(temp));
824 // The inputs plus one temp.
913 // Need a temp for slow-path codepoint compare, and need to send start-index=0.
933 // Need a temp for slow-path codepoint compare.
H A Dintrinsics_arm64.cc856 // This needs to be before the temp registers, as MarkGCCard also uses VIXL temps.
943 Register temp = temps.AcquireW(); local
954 __ Ldr(temp, HeapOperand(obj, count_offset)); // temp = str.length.
956 __ Cmp(idx, temp);
1053 // Need a temp for slow-path codepoint compare, and need to send start_index=0.
1073 // Need a temp for slow-path codepoint compare.
1131 // The inputs plus one temp.
H A Dregister_allocator.cc209 Location temp = locations->GetTemp(i); local
210 if (temp.IsRegister() || temp.IsFpuRegister()) {
211 BlockRegister(temp, position, position + 1);
213 DCHECK(temp.IsUnallocated());
214 switch (temp.GetPolicy()) {
241 << temp.GetPolicy();
392 // Don't add directly to `unhandled`, temp or safepoint intervals
454 LiveInterval* temp = temp_intervals_.Get(i); local
455 if (ShouldProcess(processing_core_registers_, temp)) {
1775 LiveInterval* temp = temp_intervals_.Get(i); local
[all...]
/art/runtime/gc/allocator/
H A Drosalloc.h182 Run temp; local
183 size_t size = reinterpret_cast<uint8_t*>(&temp.alloc_bit_map_) - reinterpret_cast<uint8_t*>(&temp);
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc592 std::string temp; local
595 exception->GetClass()->GetDescriptor(&temp));
H A Dinterpreter_switch_impl.cc501 std::string temp; local
504 exception->GetClass()->GetDescriptor(&temp));
/art/compiler/driver/
H A Dcompiler_driver-inl.h189 std::string temp; local
191 dex_file->FindStringId(resolved_member->GetDeclaringClass()->GetDescriptor(&temp));
/art/runtime/verifier/
H A Dreg_type.cc504 std::string temp; local
505 return cache->FromClass(super_klass->GetDescriptor(&temp), super_klass, false);
700 std::string temp; local
701 return reg_types->FromClass(join_class->GetDescriptor(&temp), join_class, false);
H A Dreg_type_cache.cc561 std::string temp; local
566 return FromDescriptor(loader, klass->GetDescriptor(&temp), false);
568 return FromClass(klass->GetDescriptor(&temp), klass,
/art/compiler/utils/
H A Dassembler_test_base.h36 // temp directory.
465 char temp[1024]; local
466 return getcwd(temp, 1024) ? std::string(temp) + "/" : std::string("");
/art/runtime/jdwp/
H A Djdwp_event.cc1219 std::string temp; local
1220 std::string signature(basket.locationClass->GetDescriptor(&temp));
/art/compiler/dex/quick/mips/
H A Dint_mips.cc48 * slt temp, x, y; # (x < y) ? 1:0
50 * subu res, res, temp; # res = -1:1:0 for [ < > = ]
57 RegStorage temp = AllocTempWide(); local
59 NewLIR3(kMipsSlt, temp.GetReg(), rl_src1.reg.GetReg(), rl_src2.reg.GetReg());
61 NewLIR3(kMipsSubu, rl_result.reg.GetReg(), rl_result.reg.GetReg(), temp.GetReg());
62 FreeTemp(temp);
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc733 RegStorage temp = AllocTemp(); local
734 load = NewLIR5(opcode, temp.GetReg(), r_base.GetReg(), r_index.GetReg(), scale,
738 OpRegCopy(r_dest.GetHigh(), temp);
739 FreeTemp(temp);
749 RegStorage temp = AllocTemp(); local
750 load = NewLIR5(opcode, temp.GetReg(), r_base.GetReg(), r_index.GetReg(), scale,
754 OpRegCopy(r_dest.GetLow(), temp);
755 FreeTemp(temp);
919 // valid, allocate a temp.
1131 // Now, if the dex cache array base temp i
[all...]
/art/compiler/utils/arm64/
H A Dassembler_arm64.cc85 // temp = rd + value
86 // rd = cond ? temp : rn
89 vixl::Register temp = temps.AcquireX(); local
90 ___ Add(temp, reg_x(rn), value);
91 ___ Csel(reg_x(rd), temp, reg_x(rd), cond); local
184 vixl::Register temp = temps.AcquireX(); local
185 ___ Mov(temp, reg_x(SP));
186 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value()));
204 // temp = value
205 // rd = cond ? temp
209 vixl::Register temp = temps.AcquireX(); local
211 ___ Csel(reg_x(dest), temp, reg_x(dest), cond); local
621 vixl::Register temp = temps.AcquireX(); local
[all...]
/art/runtime/mirror/
H A Dclass.cc90 std::string temp; local
91 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
166 std::string temp; local
167 const char* descriptor = h_this->GetDescriptor(&temp);
215 std::string temp; local
217 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
730 std::string temp; local
731 const char* elem_desc = GetComponentType()->GetDescriptor(&temp);

Completed in 606 milliseconds

12