Home
last modified time | relevance | path

Searched refs:second (Results 126 – 150 of 210) sorted by relevance

123456789

/art/test/626-const-class-linking/src/
DMain.java326 Field second = pair.getClass().getDeclaredField("second"); in getSecond() local
327 return (Class<?>) second.get(pair); in getSecond()
/art/openjdkjvmti/
Dti_heap.cc1174 reference_info.array.index = elem_pair.second; in VisitArray()
1642 root->Assign(it->second); in ReplaceObjectReferences()
1665 obj->SetFieldObject</*transaction*/ false>(off, it->second); in ReplaceObjectReferences()
1727 *obj = it->second.Ptr(); in ReplaceStrongRoots()
1754 obj->Assign(it->second); in ReplaceStrongRoots()
1823 bool had_new_tag = env->object_tag_table->RemoveLocked(it.second, &new_tag); in ReplaceWeakRoots()
1828 changed_tags.try_emplace(env).first->second.push_back( in ReplaceWeakRoots()
1829 { it.first, obsolete_tag, it.second, new_tag }); in ReplaceWeakRoots()
1846 return it->second.Ptr(); in ReplaceWeakRoots()
1864 for (const NewTagValue& v : it->second) { in ReplaceWeakRoots()
Djvmti_weak_table.h149 *result = it->second; in GetTagLocked()
/art/runtime/entrypoints/
Dentrypoint_utils.cc242 uintptr_t caller_pc = outer_caller_and_pc.second; in GetCalleeSaveMethodCaller()
253 uintptr_t caller_pc = outer_caller_and_pc.second; in GetCalleeSaveMethodCallerAndOuterMethod()
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc144 const std::string& val = it->second; in WrapGetSystemProperty()
204 it->second = val; in WrapSetSystemProperty()
/art/imgdiag/
Dimgdiag.cc163 value_key_vector.push_back(std::make_pair(value_mapper(kv_pair.second), kv_pair.first));
260 off_t offset = pair.second; in DumpSamplesAndOffsetCount()
531 mirror::Class* klass = vk_pair.second; in DumpDirtyEntries()
574 mirror::Class* klass = vk_pair.second; in DumpFalseDirtyEntries()
596 os_ << " " << mirror::Class::PrettyClass(vk_pair.second) << " (" << vk_pair.first << ")\n"; in DumpCleanEntries()
776 if (memcmp(base_ptr + offset, remote_bytes + offset, p.second.size_) != 0) { in DiffEntryContents()
803 const size_t size = p.second.size_; in DumpDirtyEntries()
805 << p.second.name_ in DumpDirtyEntries()
/art/dex2oat/linker/
Dimage_writer.cc332 std::vector<ImageSection> image_sections = image_info.CreateImageSections().second; in CopyMetadata()
500 block.second); in Write()
516 /*image_size=*/ block.second)); in Write()
664 ImageInfo& image_info = GetImageInfo(it->second); in PrepareDexCacheArraySlots()
1064 return found->second; in PruneImageClassInternal()
1468 size_t image_oat_index = pair.second; in CollectDexCaches()
2032 bool assigned = TryAssignBinSlot(entry.first, entry.second); in ProcessDexFileObjects()
2040 const size_t oat_index = it->second; in ProcessDexFileObjects()
2093 VisitReferences(/*obj=*/ pair.first, /*oat_index=*/ pair.second); in ProcessWorkQueue()
2505 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()
[all …]
/art/runtime/gc/space/
Dlarge_object_space_test.cc99 size_t request_size = requests.back().second; in LargeObjectTest()
/art/runtime/
Dstack_map.cc102 if (it[i]->second != 0 && region.size_in_bits() > kMinDedupSize) { // Seen before and large? in Dedupe()
115 uint32_t& bit_offset = it[i]->second; in Dedupe()
Delf_file.cc874 if (!result.second) { in FindSymbolByName()
876 if ((symbol->st_value != result.first->second->st_value) || in FindSymbolByName()
877 (symbol->st_size != result.first->second->st_size) || in FindSymbolByName()
878 (symbol->st_info != result.first->second->st_info) || in FindSymbolByName()
879 (symbol->st_other != result.first->second->st_other) || in FindSymbolByName()
880 (symbol->st_shndx != result.first->second->st_shndx)) { in FindSymbolByName()
891 return it->second; in FindSymbolByName()
/art/compiler/optimizing/
Dgraph_visualizer.cc722 && it->second.start != it->second.end) { in PrintInstruction()
724 disassembler_->Disassemble(output_, it->second.start, it->second.end); in PrintInstruction()
Doptimizing_unit_test.h285 result.replace(pos, p.first.size(), p.second); in Patch()
Dregister_allocator_graph_color.cc1308 InterferenceNode* sibling_node = it->second; in FindCoalesceOpportunities()
1323 InterferenceNode* parent_node = it->second; in FindCoalesceOpportunities()
1346 InterferenceNode* existing_node = it->second; in FindCoalesceOpportunities()
1369 InterferenceNode* input_node = it->second; in FindCoalesceOpportunities()
1385 InterferenceNode* input_node = it->second; in FindCoalesceOpportunities()
1412 InterferenceNode* input_node = it->second; in FindCoalesceOpportunities()
Dnodes.h708 constant = cached_constant->second;
3687 HInstruction* second,
3692 second, in HBinaryOperation() argument
3773 HEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc)
3774 : HCondition(kEqual, first, second, dex_pc) { in HCondition() argument
3819 HNotEqual(HInstruction* first, HInstruction* second,
3821 : HCondition(kNotEqual, first, second, dex_pc) { in HCondition() argument
3865 HLessThan(HInstruction* first, HInstruction* second,
3867 : HCondition(kLessThan, first, second, dex_pc) { in HCondition() argument
3905 HLessThanOrEqual(HInstruction* first, HInstruction* second,
[all …]
Dcode_generator.h951 const ArenaVector<std::pair<InstructionType*, SlowPathCode*>>& candidates = iter->second; in NewSlowPath()
954 SlowPathCodeType* other_slow_path = down_cast<SlowPathCodeType*>(it.second); in NewSlowPath()
970 iter->second.emplace_back(std::make_pair(instruction, slow_path)); in NewSlowPath()
/art/compiler/utils/
Dswap_space.cc58 DCHECK(insert_result.second); in InsertChunk()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc174 CHECK_EQ(entry.second, aligned_offset + i * kAdrpThunkSize); in WriteThunks()
222 uint32_t thunk_offset = adrp_thunk_locations_[processed_adrp_thunks_].second; in PatchPcRelativeReference()
/art/tools/bisection_search/
DREADME.md26 Extra dalvikvm arguments will be placed on second position in the command
/art/libartbase/base/
Dstl_util.h76 delete i->second; in STLDeleteValues()
Dbit_table_test.cc159 BitMemoryRegion actual = table.GetBitMemoryRegion(it.second); in TEST()
/art/test/531-regression-debugphi/smali/
DTestCase.smali117 # PhiC [arg3, arg4] for v0, second input of PhiA
/art/runtime/jni/
Djava_vm_ext.cc236 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries()
264 return (it == libraries_.end()) ? nullptr : it->second; in Get()
313 SharedLibrary* const library = lib.second; in FindNativeMethodInternal()
343 SharedLibrary* const library = it->second; in UnloadNativeLibraries()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc103 jfieldID field = p.second; in DataDumpRequestCb()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc193 return it->second; in LookupBytecode()
/art/compiler/driver/
Dcompiled_method_storage.cc242 const ThunkMapValue& value = it->second; in GetThunkCode()

123456789