Home
last modified time | relevance | path

Searched refs:first (Results 126 – 150 of 226) sorted by relevance

12345678910

/art/libnativebridge/
Dnative_bridge.cc132 static bool CharacterAllowed(char c, bool first) { in CharacterAllowed() argument
133 if (first) { in CharacterAllowed()
/art/compiler/dex/
Dverification_results.cc156 MethodReference ref = it->first; in AddDexFile()
/art/test/978-virtual-interface/smali/
DIface.smali19 # // first Subtype virtual method (the other 10 are the java/lang/Object;
/art/runtime/
Dimage-inl.h112 return std::make_pair(visitor(methods.first), visitor(methods.second)); in VisitPackedImtConflictTables()
Dparsed_options.cc460 const std::string option(options[i].first); in ProcessSpecialOptions()
566 if (true && options[0].first == "-Xzygote") { in DoParse()
567 LOG(INFO) << "option[" << i << "]=" << options[i].first; in DoParse()
Dstack_map.cc101 it[i] = dedupe_map_.emplace(region, /*bit_offset=*/0).first; in Dedupe()
121 writer_.WriteRegion(it[i]->first); in Dedupe()
/art/runtime/gc/
Dtask_processor_test.cc133 auto* task = new TestOrderTask(pair.first, pair.second, &counter); in TEST_F()
/art/openjdkjvmti/
Dti_field.cc88 env->access_watched_fields.insert(it.first); in VisitReflectiveTargets()
101 env->modify_watched_fields.insert(it.first); in VisitReflectiveTargets()
Dti_breakpoint.cc93 env->breakpoints.insert(it.first); in VisitReflectiveTargets()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java162 Opcode first = opcodeList.get(0); in getLegalDifferentOpcode() local
164 if (Opcode.isBetween(opcode, first, last)) { in getLegalDifferentOpcode()
/art/perfetto_hprof/
Dperfetto_hprof.cc546 const art::RootType root_type = p.first; in DumpPerfetto()
620 reference_field_ids->Append(FindOrAppend(&interned_fields, p.first)); in DumpPerfetto()
630 const std::string& str = p.first; in DumpPerfetto()
640 const std::string& str = p.first; in DumpPerfetto()
/art/runtime/verifier/
Dverifier_deps.cc858 const DexFile* lhs_dex_file = lhs_it->first; in Equals()
859 const DexFile* rhs_dex_file = rhs_it->first; in Equals()
891 dex_deps.emplace_back(dep.first, dep.second.get()); in Dump()
897 return lhs.first->GetLocation() < rhs.first->GetLocation(); in Dump()
900 const DexFile& dex_file = *dep.first; in Dump()
987 if (!VerifyDexFile(class_loader, *entry.first, *entry.second, classpath, self, error_msg)) { in ValidateDependencies()
Dregister_line-inl.h224 VLOG(verifier) << "Also unlocking " << pair.first; in ClearRegToLockDepth()
/art/runtime/gc/accounting/
Dmod_union_table.cc354 const uint8_t* card = ref_pair.first; in Verify()
377 const uint8_t* card_addr = ref_pair.first; in Dump()
402 const uint8_t* card = pair.first; in VisitObjects()
/art/imgdiag/
Dimgdiag.cc163 value_key_vector.push_back(std::make_pair(value_mapper(kv_pair.second), kv_pair.first));
261 size_t count = pair.first; in DumpSamplesAndOffsetCount()
530 size_t dirty_object_count = vk_pair.first; in DumpDirtyEntries()
573 size_t object_count = vk_pair.first; in DumpFalseDirtyEntries()
596 os_ << " " << mirror::Class::PrettyClass(vk_pair.second) << " (" << vk_pair.first << ")\n"; in DumpCleanEntries()
775 const size_t offset = p.first; in DiffEntryContents()
777 dirty_members.insert(p.first); in DiffEntryContents()
802 const size_t offset = p.first; in DumpDirtyEntries()
/art/compiler/optimizing/
Dssa_liveness_analysis.h199 inline Iterator FindUseAtOrAfterPosition(Iterator first, Iterator last, size_t position) { in FindUseAtOrAfterPosition() argument
205 first, last, [position](const value_type& use) { return use.GetPosition() >= position; }); in FindUseAtOrAfterPosition()
209 first, in FindUseAtOrAfterPosition()
218 inline IterationRange<Iterator> FindMatchingUseRange(Iterator first, in FindMatchingUseRange() argument
222 Iterator begin = FindUseAtOrAfterPosition(first, last, position_begin); in FindMatchingUseRange()
Dregister_allocation_resolver.cc664 HInstruction* first = block->GetFirstInstruction(); in InsertParallelMoveAtEntryOf() local
665 HParallelMove* move = first->AsParallelMove(); in InsertParallelMoveAtEntryOf()
672 block->InsertInstructionBefore(move, first); in InsertParallelMoveAtEntryOf()
Dcode_generator_arm_vixl.h355 void GenerateAndConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
356 void GenerateOrrConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
357 void GenerateEorConst(vixl::aarch32::Register out, vixl::aarch32::Register first, uint32_t value);
358 void GenerateAddLongConst(Location out, Location first, uint64_t value);
/art/tools/jvmti-agents/ti-fast/
DREADME.md22 * If 'log' is the first argument the event handlers will LOG(INFO) when they are
/art/compiler/utils/
Dswap_space.cc59 free_by_size_.emplace(chunk.size, insert_result.first); in InsertChunk()
/art/dex2oat/linker/
Drelative_patcher_test.h175 result.first ? result.second : kTrampolineOffset + compiled_method->CodeDelta(); in Link()
229 CHECK(result.first); // Must have been linked. in CheckLinkedMethod()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc219 adrp_thunk_locations_[processed_adrp_thunks_].first == patch_offset) { in PatchPcRelativeReference()
286 if (adrp_thunk_locations_[i].first == b_offset) { in PatchPcRelativeReference()
/art/runtime/gc/space/
Dregion_space.cc505 ZeroAndProtectRegion(iter.first, iter.second); in ClearFromSpace()
512 reinterpret_cast<mirror::Object*>(iter.first), in ClearFromSpace()
859 if (largest_partial_tlab != partial_tlabs_.end() && largest_partial_tlab->first >= tlab_size) { in AllocNewTlab()
861 pos = r->End() - largest_partial_tlab->first; in AllocNewTlab()
/art/oatdump/
Doatdump.cc818 sorted_children.emplace(std::make_pair(-it.second.Value(), it.first), it.second); in DumpStats()
831 DumpStats(os, it.first.second, it.second, total); in DumpStats()
1687 const uint8_t* live_objects_begin = live_objects.first; in DumpDataBimgRelRoEntries()
2562 bool first = true; in DumpOutliers() local
2577 if (first) { in DumpOutliers()
2579 first = false; in DumpOutliers()
2601 bool first = true; in DumpOutliers() local
2616 if (first) { in DumpOutliers()
2619 first = false; in DumpOutliers()
2676 const std::string& descriptor(sizes_and_count.first); in Dump()
[all …]
/art/libdexfile/dex/
Ddex_file_verifier.cc387 pair.first = 0u; in MakeEmpty()
391 return pair.first == 0; in IsEmpty()
3410 const dex::StringId* first = reinterpret_cast<const dex::StringId*>( in FindStringRangesForMethodNames() local
3412 const dex::StringId* last = first + header_->string_ids_size_; in FindStringRangesForMethodNames()
3425 const auto angle_end = std::lower_bound(first, last, "=", compare); in FindStringRangesForMethodNames()
3426 init_indices_.angle_bracket_end_index = angle_end - first; in FindStringRangesForMethodNames()
3428 const auto angle_start = std::lower_bound(first, angle_end, "<", compare); in FindStringRangesForMethodNames()
3429 init_indices_.angle_bracket_start_index = angle_start - first; in FindStringRangesForMethodNames()
3441 init_indices_.angle_clinit_angle_index = it - first; in FindStringRangesForMethodNames()
3450 init_indices_.angle_init_angle_index = it - first; in FindStringRangesForMethodNames()

12345678910