Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 226) sorted by relevance

12345678910

/art/runtime/
Dclass_loader_context.cc340 std::unique_ptr<ClassLoaderInfo> first(nullptr); in ParseInternal() local
390 if (first == nullptr) { in ParseInternal()
391 first = std::move(info); in ParseInternal()
392 previous_iteration = first.get(); in ParseInternal()
399 return first.release(); in ParseInternal()
Dcommon_runtime_test.cc373 if (pair.first.find("-Xmx") == 0) { in SetUpRuntimeOptionsForFillHeap()
374 pair.first = "-Xmx4M"; // Smallest we can go. in SetUpRuntimeOptionsForFillHeap()
Delf_file.cc876 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()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc430 if (lb == thunks_.end() || thunks_.key_comp()(key, lb->first)) { in ProcessPatches()
501 if (!result.first) { in ResolveMethodCalls()
/art/runtime/jni/
Djava_vm_ext.cc248 bool first = true; in Dump() local
250 if (!first) { in Dump()
253 first = false; in Dump()
254 os << library.first; in Dump()
/art/test/046-reflect/src/
DMain.java544 boolean first = true; in stringifyTypeArray()
549 if (first) { in stringifyTypeArray()
551 first = false; in stringifyTypeArray()
/art/libartbase/base/
Dbit_table_test.cc158 uint64_t expected = it.first; in TEST()
Dbit_table.h313 for (auto it = range.first; it != range.second; ++it) {
423 for (auto it = range.first; it != range.second; ++it) { in Dedup()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc189 it = pair.first; in LookupBytecode()
/art/tools/runtime_memusage/
DREADME51 default: first baksmali dump in order of dex
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc155 active_bit_vector_ = &inserted.first->second; in GetOrAddBitVectorForDex()
649 const dex::CodeItem* code_item = pair.first; in UnquickenConflictingMethods()
/art/runtime/verifier/
Dregister_line.cc152 pairs.first, in Dump()
421 if (pair.first != src && pair.second == src_lock_levels) { in FindLockAliasedRegister()
Dreg_type.cc337 bool first = true; in Dump() local
339 if (!first) { in Dump()
342 first = false; in Dump()
Dregister_line.h373 const uint32_t reg = pair.first; in IterateRegToLockDepths()
/art/tools/checker/
DREADME58 group named on the first line. Together they verify that the CFG after
132 seems a bit inelegant at first, but is probably more practical.
/art/compiler/optimizing/
Dsuperblock_cloner.h204 return it.first; in GetInstrOrig()
Dnodes.h3686 HInstruction* first,
3691 first, 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,
3907 : HCondition(kLessThanOrEqual, first, second, dex_pc) { in HCondition() argument
[all …]
/art/runtime/mirror/
Ddex_cache-inl.h313 return NativeDexCachePair<T>(reinterpret_cast64<T*>(value.first), in GetNativePairPtrSize()
318 return NativeDexCachePair<T>(reinterpret_cast32<T*>(value.first), value.second); in GetNativePairPtrSize()
/art/cmdline/
Dcmdline_parser.h667 + " but wanted " + std::to_string(num_tokens.first)); in Parse()
747 args.erase(cur->first); in DumpHelp()
/art/tools/hiddenapi/
Dhiddenapi.cc1053 ClassPath stub_classpath(android::base::Split(cp_entry.first, ":"), in ListApi()
1087 file_flags << entry.first << std::endl; in ListApi()
1089 file_flags << entry.first << ","; in ListApi()
/art/runtime/hprof/
Dhprof.cc560 mirror::Class* c = p.first; in WriteClassTable()
578 const std::string& string = p.first; in WriteStringTable()
694 const gc::AllocRecordStackTrace* trace = it.first; in WriteStackTraces()
842 const mirror::Object* obj = it->first.Read(); in PopulateAllocationTrackingTraces()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc107 uint32_t first = CTZ(fp_spill_mask); in BuildFrame() local
112 ___ Vpush(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask))); in BuildFrame()
154 uint32_t first = CTZ(fp_spill_mask); in RemoveFrame() local
158 ___ Vpop(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask))); in RemoveFrame()
/art/libnativeloader/
Dlibrary_namespaces.cpp417 return env->IsSameObject(value.first, class_loader); in FindNamespaceByClassLoader()
/art/runtime/gc/space/
Dlarge_object_space.cc185 bool success = pair.first->AtomicSetMarkBit(0, 1); in SetAllLargeObjectsAsZygoteObjects()
637 reinterpret_cast<uintptr_t>(range.first), in Sweep()
/art/compiler/debug/
Delf_debug_info_writer.h419 size_t reference_offset = base_class_reference.first; in Write()
503 info_.UpdateUint32(lazy_type.second, WriteTypeDeclaration(lazy_type.first)); in FinishLazyTypes()

12345678910