Home
last modified time | relevance | path

Searched refs:second (Results 176 – 200 of 210) sorted by relevance

123456789

/art/runtime/
Dthread.cc540 return (it != custom_tls_.end()) ? it->second.get() : nullptr; in GetCustomTLS()
2679 saved_frames_[depth_].second = m->IsProxyMethod() ? dex::kDexNoIndex : GetDexPc(); in VisitFrame()
2829 build_trace_visitor.AddFrame(saved_frames[i].first, saved_frames[i].second); in CreateInternalStackTrace()
4050 visitor->VisitRootIfNonNull(&entry.second.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
4063 mirror::Class* cls = reinterpret_cast<mirror::Class*>(entry.second); in SweepInterpreterCache()
4069 reinterpret_cast<GcRoot<mirror::Class>*>(&entry.second), in SweepInterpreterCache()
4074 mirror::Object* object = reinterpret_cast<mirror::Object*>(entry.second); in SweepInterpreterCache()
4082 entry.second = reinterpret_cast<size_t>(new_object); in SweepInterpreterCache()
Dsubtype_check_test.cc665 transitions[cur_depth].second); in EnsureStateChangedTestRecursive()
/art/runtime/gc/
Dheap.cc2262 uintptr_t pos = it->second; in MarkNonForwardedObject()
2458 accounting::ModUnionTable* table = pair.second; in PreZygoteFork()
3068 accounting::ModUnionTable* mod_union_table = table_pair.second; in VerifyHeapReferences()
3073 accounting::RememberedSet* remembered_set = table_pair.second; in VerifyHeapReferences()
3238 return it->second; in FindModUnionTableFromSpace()
3246 return it->second; in FindRememberedSetFromSpace()
3326 accounting::ModUnionTable* mod_union_table = table_pair.second; in PreGcVerificationPaused()
4023 delete it->second; in RemoveRememberedSet()
/art/dexlayout/
Ddex_ir.h271 collection_[i].reset(it->second); in SortByMapOrder()
1304 size += UnsignedLeb128Size(entry.second); in ItemSize()
1305 has_non_zero_entries |= (entry.second != 0u); in ItemSize()
Ddex_writer.cc616 code_section->parts_[static_cast<size_t>(it->second)].CombineSection( in WriteCodeItems()
/art/libartbase/base/
Dhash_set_test.cc277 ASSERT_EQ(it->second, 123); in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc154 method_pair->second, art::kRuntimePointerSize); in FindObsoleteVersion()
209 iter_->second, art::kRuntimePointerSize); in operator *()
1767 int32_t i = pair.second; in CollectAndCreateNewInstances()
2904 << it->second->PrettyField(); in UpdateClassStructurally()
2905 return it->second; in UpdateClassStructurally()
2918 << it->second->PrettyMethod(); in UpdateClassStructurally()
2919 return it->second; in UpdateClassStructurally()
Dti_thread.cc748 *data_ptr = const_cast<void*>(it->second); in GetThreadLocalStorage()
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali150 # remove the second.
DSmaliTests.smali392 # remove the second.
/art/runtime/jit/
Ddebugger_interface.cc573 DCHECK(g_dcheck_all_jit_functions.insert(code_ptr).second) << code_ptr << " already added"; in AddNativeDebugInfoForJit()
/art/runtime/verifier/
Dmethod_verifier.cc1851 auto set_insert_pair = it->second.dex_registers.insert(dex_reg); in HandleMonitorDexPcsWorkLine()
1852 DCHECK(set_insert_pair.second); in HandleMonitorDexPcsWorkLine()
1856 monitor_enter_dex_pcs->push_back(pair.second); in HandleMonitorDexPcsWorkLine()
1858 monitor_enter_dex_pcs->back().dex_pc = work_line->GetMonitorEnterDexPc(pair.second.dex_pc); in HandleMonitorDexPcsWorkLine()
3868 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_11x(), *result.second); in HandleMoveException()
4214 if (index[i] >= type_and_max[i].second) { in CheckCallSite()
4217 << index[i] << " >= " << type_and_max[i].second; in CheckCallSite()
Dreg_type_cache.cc253 const RegType* reg_type = pair.second; in FindClass()
/art/compiler/optimizing/
Dscheduler.cc464 SchedulingNode* node = entry.second.get(); in DumpAsDotGraph()
Dcode_generator_arm64.cc988 vixl::aarch64::Label* slow_path_entry = &entry.second.label; in Finalize()
3153 Location second = locations->InAt(1); in GenerateInt64DivRemWithAnyConstant() local
3154 DCHECK(second.IsConstant()); in GenerateInt64DivRemWithAnyConstant()
3158 int64_t imm = Int64FromConstant(second.GetConstant()); in GenerateInt64DivRemWithAnyConstant()
3207 Location second = locations->InAt(1); in GenerateInt32DivRemWithAnyConstant() local
3208 DCHECK(second.IsConstant()); in GenerateInt32DivRemWithAnyConstant()
3212 int64_t imm = Int64FromConstant(second.GetConstant()); in GenerateInt32DivRemWithAnyConstant()
4703 vixl::aarch64::Label* slow_path_entry = &it->second.label; in EmitBakerReadBarrierCbnz()
6633 vixl::aarch64::Literal<uint32_t>* table_entry_literal = entry.second; in EmitJitRootPatches()
6639 vixl::aarch64::Literal<uint32_t>* table_entry_literal = entry.second; in EmitJitRootPatches()
Dsuperblock_cloner_test.cc180 HInstruction* copy_instr = it.second; in TEST_F()
Dnodes.cc374 static void FixPhisAfterPredecessorsReodering(HBasicBlock* block, size_t first, size_t second) { in FixPhisAfterPredecessorsReodering() argument
378 HInstruction* second_instr = phi->InputAt(second); in FixPhisAfterPredecessorsReodering()
379 phi->ReplaceInput(first_instr, second); in FixPhisAfterPredecessorsReodering()
/art/tools/veridex/
Dflow_analysis.cc758 for (const ReflectAccessInfo& info : method_accesses_it->second) { in AnalyzeInvoke()
/art/runtime/jni/
Djni_id_manager.cc309 StackReflectiveHandleScope<counts.first, counts.second> hs(self); in EncodeGenericId()
/art/profman/
Dprofile_assistant_test.cc343 const ProfileCompilationInfo::DexPcData& dex_pc_data = pmi->inline_caches->begin()->second; in AssertInlineCaches()
1187 const ProfileCompilationInfo::DexPcData& dex_pc_data = pmi->inline_caches->begin()->second; in TEST_F()
/art/tools/hiddenapi/
Dhiddenapi_test.cc163 return it->second; in SafeMapGet()
/art/test/913-heaps/
Dheaps.cc242 const ClassData& class_data = it->second; in Java_art_Test913_followReferences()
/art/runtime/interpreter/
Dunstarted_runtime.cc2008 (*iter->second)(self, shadow_frame, result, arg_offset); in Invoke()
2025 (*iter->second)(self, method, receiver, args, result); in Jni()
/art/libdexfile/dex/
Ddex_file_verifier.cc2423 if (UNLIKELY(it->second != type)) { in CheckOffsetToTypeMap()
2425 offset, type, it->second); in CheckOffsetToTypeMap()
/art/runtime/gc/space/
Dimage_space.cc697 mirror::String* new_value = it->second; in operator ()()
3646 auto invoke_sequentially = [](auto first, auto second) { in LoadBootImage() argument
3647 return first() || second(); in LoadBootImage()

123456789