Home
last modified time | relevance | path

Searched refs:second (Results 51 – 75 of 210) sorted by relevance

123456789

/art/compiler/optimizing/
Dcode_generator_x86.cc3170 Location second = locations->InAt(1); in VisitAdd() local
3175 if (second.IsRegister()) { in VisitAdd()
3177 __ addl(out.AsRegister<Register>(), second.AsRegister<Register>()); in VisitAdd()
3178 } else if (out.AsRegister<Register>() == second.AsRegister<Register>()) { in VisitAdd()
3182 first.AsRegister<Register>(), second.AsRegister<Register>(), TIMES_1, 0)); in VisitAdd()
3184 } else if (second.IsConstant()) { in VisitAdd()
3185 int32_t value = second.GetConstant()->AsIntConstant()->GetValue(); in VisitAdd()
3193 __ addl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in VisitAdd()
3199 if (second.IsRegisterPair()) { in VisitAdd()
3200 __ addl(first.AsRegisterPairLow<Register>(), second.AsRegisterPairLow<Register>()); in VisitAdd()
[all …]
Dinduction_var_analysis.cc307 map_.find(instruction)->second.depth = low; in VisitNode()
317 map_.find(x)->second.done = true; in VisitNode()
349 return map_.find(instruction)->second.depth; in VisitDescendant()
352 return it->second.done ? global_depth_ : it->second.depth; in VisitDescendant()
686 !HInductionVarAnalysis::InductionEqual(ita->second, itb->second)) { in SolvePhi()
690 return ita->second; in SolvePhi()
742 InductionInfo* a = it->second; in SolveAddSub()
879 if (it != cycle_.end() && it->second->induction_class == kInvariant) { in SolveConversion()
881 return it->second; in SolveConversion()
1202 it->second.Put(instruction, info); in AssignInfo()
[all …]
/art/libprofile/profile/
Dprofile_compilation_info.cc474 AddInlineCacheToBuffer(&buffer, method_it.second); in Save()
530 const DexPcData dex_pc_data = inline_cache_it.second; in AddInlineCacheToBuffer()
564 const std::vector<dex::TypeIndex>& dex_classes = dex_it.second; in AddInlineCacheToBuffer()
581 const InlineCacheMap& inline_cache = method_it.second; in GetMethodsRegionSize()
584 const ClassSet& classes = inline_cache_it.second.classes; in GetMethodsRegionSize()
591 const std::vector<dex::TypeIndex>& dex_classes = dex_it.second; in GetMethodsRegionSize()
604 dex_it->second.push_back(classes_it.type_index); in GroupClassesByDex()
624 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData()
670 ProfileIndexType profile_index = profile_index_it->second; in FindDexData()
811 dex_pc_data->AddClass(it->second, dex::TypeIndex(type_index)); in ReadInlineCache()
[all …]
/art/libartbase/base/
Dvariant_map.h290 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set()
314 key.ValueDelete(it->second); in Remove()
355 void* value = kv_pair.second;
449 return reinterpret_cast<const TValue*>(it->second); in GetValueConstPtr()
460 kv_pair.first->ValueDelete(kv_pair.second); in DeleteStoredValues()
Dstats.h42 sum += it.second.Value(); in SumChildrenValues()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc115 const mirror::Object* obj_end = reinterpret_cast<mirror::Object*>(heap_begin + range.second); in TEST_F()
121 for (uintptr_t i = range.second; i < range.second + kPageSize; i += kObjectAlignment) { in TEST_F()
125 for (uintptr_t i = range.first; i < range.second; i += kObjectAlignment) { in TEST_F()
/art/runtime/
Dimt_conflict_table.h125 if (input.second != updated.second) { in Visit()
126 SetImplementationMethod(table_index, pointer_size, updated.second); in Visit()
Dparsed_options.cc464 const_cast<void*>(options[i].second)); in ProcessSpecialOptions()
471 reinterpret_cast<CompilerCallbacks*>(const_cast<void*>(options[i].second)); in ProcessSpecialOptions()
476 const char* isa_str = reinterpret_cast<const char*>(options[i].second); in ProcessSpecialOptions()
486 const void* hook = options[i].second; in ProcessSpecialOptions()
493 const void* hook = options[i].second; in ProcessSpecialOptions()
506 const void* hook = options[i].second; in ProcessSpecialOptions()
517 const void* hook = options[i].second; in ProcessSpecialOptions()
Doat.cc42 estimate += it->second.length() + 1; in ComputeOatHeaderSize()
429 strlcpy(data_ptr, it->second.c_str(), it->second.length() + 1); in Flatten()
430 data_ptr += it->second.length() + 1; in Flatten()
Dcha.cc40 it->second.push_back({dependent_method, dependent_header}); in AddDependency()
49 return it->second; in GetDependents()
63 ListOfDependentPairs& dependents = map_it->second; in RemoveDependentsWithMethodHeaders()
69 return method_headers.find(dependent.second) != method_headers.end(); in RemoveDependentsWithMethodHeaders()
670 OatQuickMethodHeader* method_header = dependent.second; in InvalidateSingleImplementationMethods()
690 code_cache->InvalidateCompiledCodeFor(pair.first, pair.second); in InvalidateSingleImplementationMethods()
/art/tools/veridex/
Dprecise_hidden_api_finder.cc98 for (const ReflectAccessInfo& info : it.second) { in Dump()
115 for (const MethodReference& ref : it.second) { in Dump()
/art/libdexfile/dex/
Dutf.cc184 const uint16_t second = GetTrailingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
185 if (second != 0) { in ComputeUtf16HashFromModifiedUtf8()
186 hash = hash * 31 + second; in ComputeUtf16HashFromModifiedUtf8()
Dtype_lookup_table_test.cc47 ASSERT_EQ(pair.second, class_def_idx); in TEST_P()
/art/runtime/verifier/
Dclass_verifier.cc89 << it.second; in ReverifyClass()
90 if (it.second) { in ReverifyClass()
101 << it.second; in ReverifyClass()
102 if (it.second) { in ReverifyClass()
Dregister_line.h374 uint32_t depths = pair.second; in IterateRegToLockDepths()
390 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth()
397 return (it->second & (1 << depth)) != 0; in IsSetLockDepth()
412 it->second |= (1 << depth); in SetRegToLockDepth()
/art/runtime/mirror/
Ddex_cache.h506 ConversionPair(IntType f, IntType s) : first(f), second(s) { } in ConversionPair()
510 IntType second; member
538 uint64_t first, second; in AtomicLoadRelaxed16B() local
541 : "=&a"(first), "=&d"(second) in AtomicLoadRelaxed16B()
544 return ConversionPair64(first, second); in AtomicLoadRelaxed16B()
549 uint64_t first, second; in AtomicStoreRelease16B() local
556 : "=&a"(first), "=&d"(second) in AtomicStoreRelease16B()
557 : "r"(target), "b"(value.first), "c"(value.second) in AtomicStoreRelease16B()
/art/dex2oat/
Dverifier_deps_test.cc280 auto& storage = expected_is_assignable ? dex_dep.second->assignable_types_ in HasAssignable()
281 : dex_dep.second->unassignable_types_; in HasAssignable()
300 for (auto& entry : dex_dep.second->classes_) { in HasClass()
334 for (auto& entry : dex_dep.second->fields_) { in HasField()
386 for (const VerifierDeps::MethodResolution& entry : dex_dep.second->methods_) { in HasMethod()
449 has_strings |= !entry.second->strings_.empty(); in HasEachKindOfRecord()
450 has_assignability |= !entry.second->assignable_types_.empty(); in HasEachKindOfRecord()
451 has_assignability |= !entry.second->unassignable_types_.empty(); in HasEachKindOfRecord()
452 has_classes |= !entry.second->classes_.empty(); in HasEachKindOfRecord()
453 has_fields |= !entry.second->fields_.empty(); in HasEachKindOfRecord()
[all …]
/art/openjdkjvmti/
Dti_breakpoint.cc91 DCHECK(env->breakpoints.find(it.second) != env->breakpoints.end()); in VisitReflectiveTargets()
92 env->breakpoints.erase(it.second); in VisitReflectiveTargets()
166 if (LIKELY(res_pair.second)) { in SetBreakpoint()
/art/compiler/debug/
Delf_debug_line_writer.h87 if (!seen_addresses.insert(mi->code_address).second) { in WriteCompilationUnit()
193 directory_index = it->second; in WriteCompilationUnit()
210 file_index = it2->second; in WriteCompilationUnit()
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc85 jint res = alf(vm, lib_and_args.second.c_str(), reserved); in Load()
109 << " (arguments: " << lib_and_args.second << ") due to " << err; in AgentStart()
/art/runtime/jni/
Djni_env_ext.cc223 ObjPtr<mirror::Object> o = self->DecodeJObject(pair.second); in RemoveMonitors()
243 if (self_->DecodeJObject(pair.second) == mirror_obj) { in CheckMonitorRelease()
244 std::string monitor_descr = ComputeMonitorDescription(self_, pair.second); in CheckMonitorRelease()
271 std::string monitor_descr = ComputeMonitorDescription(self_, pair.second); in CheckNoHeldMonitors()
/art/runtime/interpreter/
Dinterpreter_cache.h69 *value = entry.second; in Get()
/art/runtime/native/
Ddalvik_system_BaseDexClassLoader.cc53 const std::string& context = classpath_to_context.second; in BaseDexClassLoader_computeClassLoaderContextsNative()
/art/dexlayout/
Ddexdiag.cc102 return it->second; in Get()
158 const DexSectionInfo& section_info = pair.second; in ComputeHeaderWidth()
171 const DexSectionInfo& section_info = pair.second; in PrintLetterKey()
183 return kDexSectionInfoMap.find(type)->second.letter; in PageTypeChar()
253 const DexSectionInfo& section_info = kDexSectionInfoMap.find(type)->second; in DisplayDexStatistics()
/art/runtime/interpreter/mterp/arm/
Darithmetic.S25 cmp r1, #0 @ is second operand zero?
58 cmp r1, #0 @ is second operand zero?
89 cmp r1, #0 @ is second operand zero?
125 @cmp r1, #0 @ is second operand zero?
163 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
198 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
378 cmp r1, #0 @ is second operand zero?
407 cmp r1, #0 @ is second operand zero?
437 cmp r1, #0 @ is second operand zero?
467 @cmp r1, #0 @ is second operand zero?
[all …]

123456789