Home
last modified time | relevance | path

Searched refs:first (Results 76 – 100 of 226) sorted by relevance

12345678910

/art/test/015-switch/
Dexpected.txt125 CORRECT big sparse / first
/art/runtime/interpreter/
Dinterpreter_cache.h68 if (LIKELY(entry.first == key)) { in Get()
/art/libdexfile/dex/
Dtype_lookup_table_test.cc44 const char* descriptor = pair.first; in TEST_P()
Dutf.cc181 const uint16_t first = GetLeadingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
182 hash = hash * 31 + first; in ComputeUtf16HashFromModifiedUtf8()
/art/runtime/jit/
Dprofile_saver.cc443 const std::string& filename = it.first; in FetchAndCacheResolvedClassesAndMethods()
454 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
457 const DexFile* const dex_file = pair.first; in FetchAndCacheResolvedClassesAndMethods()
476 const DexFile* const dex_file = pair.first; in FetchAndCacheResolvedClassesAndMethods()
492 const DexFile* const dex_file = pair.first; in FetchAndCacheResolvedClassesAndMethods()
544 const std::string& filename = it.first; in ProcessProfilingInfo()
599 LOG(INFO) << "Cached profile " << pair.first; in ProcessProfilingInfo()
953 const std::string& filename = it.first; in ResolveTrackedLocations()
971 AddTrackedLocationsToMap(it.first, it.second, &tracked_dex_base_locations_); in ResolveTrackedLocations()
/art/compiler/optimizing/
Doptimizing_unit_test.h282 std::string::size_type pos = result.find(p.first); in Patch()
284 << "Could not find: \"" << p.first << "\" in \"" << result << "\""; in Patch()
285 result.replace(pos, p.first.size(), p.second); in Patch()
Dcode_generator_x86_64.cc3353 Location first = locations->InAt(0); in VisitAdd() local
3360 if (out.AsRegister<Register>() == first.AsRegister<Register>()) { in VisitAdd()
3363 __ addl(out.AsRegister<CpuRegister>(), first.AsRegister<CpuRegister>()); in VisitAdd()
3366 first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegister>(), TIMES_1, 0)); in VisitAdd()
3369 if (out.AsRegister<Register>() == first.AsRegister<Register>()) { in VisitAdd()
3374 first.AsRegister<CpuRegister>(), second.GetConstant()->AsIntConstant()->GetValue())); in VisitAdd()
3377 DCHECK(first.Equals(locations->Out())); in VisitAdd()
3378 __ addl(first.AsRegister<CpuRegister>(), Address(CpuRegister(RSP), second.GetStackIndex())); in VisitAdd()
3385 if (out.AsRegister<Register>() == first.AsRegister<Register>()) { in VisitAdd()
3388 __ addq(out.AsRegister<CpuRegister>(), first.AsRegister<CpuRegister>()); in VisitAdd()
[all …]
Dblock_builder.cc258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors() local
259 if (first.Opcode() == Instruction::MOVE_EXCEPTION) { in MightHaveLiveNormalPredecessors()
358 uint32_t block_id = entry.first; in InsertTryBoundaryBlocks()
377 uint32_t block_id = entry.first; in InsertTryBoundaryBlocks()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc114 const mirror::Object* obj_begin = reinterpret_cast<mirror::Object*>(heap_begin + range.first); in TEST_F()
118 for (uintptr_t i = 0; i < range.first; i += kObjectAlignment) { in TEST_F()
125 for (uintptr_t i = range.first; i < range.second; i += kObjectAlignment) { in TEST_F()
/art/runtime/gc/
Dverification.cc226 if (pair.first == target) { in FirstPathFromRootSet()
230 pair.first->VisitReferences(visitor, VoidFunctor()); in FirstPathFromRootSet()
233 mirror::Object* obj = pair2.first; in FirstPathFromRootSet()
/art/runtime/native/
Ddalvik_system_BaseDexClassLoader.cc52 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative()
/art/libdexfile/external/
Ddex_file_ext.cc130 return &res.first->second; in GetMethodCacheEntryForOffset()
162 std::prev(it)->first = 0; // Clear entry with lower end_dex_offset (mark to remove). in GetClassDefIndex()
170 auto pred = [](auto it) { return it.first != 0; }; // Entries to copy (not cleared above). in GetClassDefIndex()
175 auto comp = [](uint32_t value, const auto& it) { return value < it.first; }; in GetClassDefIndex()
/art/runtime/
Doat.cc41 estimate += it->first.length() + 1; in ComputeOatHeaderSize()
427 strlcpy(data_ptr, it->first.c_str(), it->first.length() + 1); in Flatten()
428 data_ptr += it->first.length() + 1; in Flatten()
Ddex_reference_collection.h76 current_vector_ = &map_.emplace(dex, IndexVector(vector_allocator_)).first->second; in GetOrInsertVector()
/art/dex2oat/
Dverifier_deps_test.cc279 const DexFile& dex_file = *dex_dep.first; in HasAssignable()
305 std::string actual_klass = dex_dep.first->StringByTypeIdx(entry.GetDexTypeIndex()); in HasClass()
339 const dex::FieldId& field_id = dex_dep.first->GetFieldId(entry.GetDexFieldIndex()); in HasField()
341 std::string actual_klass = dex_dep.first->StringByTypeIdx(field_id.class_idx_); in HasField()
346 std::string actual_name = dex_dep.first->StringDataByIdx(field_id.name_idx_); in HasField()
351 std::string actual_type = dex_dep.first->StringByTypeIdx(field_id.type_idx_); in HasField()
365 *dex_dep.first, entry.GetDeclaringClassIndex()); in HasField()
391 const dex::MethodId& method_id = dex_dep.first->GetMethodId(entry.GetDexMethodIndex()); in HasMethod()
393 std::string actual_klass = dex_dep.first->StringByTypeIdx(method_id.class_idx_); in HasMethod()
398 std::string actual_name = dex_dep.first->StringDataByIdx(method_id.name_idx_); in HasMethod()
[all …]
/art/compiler/utils/
Datomic_dex_ref_map-inl.h120 const DexFile* dex_file = pair.first; in Visit()
143 result.push_back(it.first); in GetDexFiles()
/art/test/008-exceptions/
Dexpected.txt6 Caused by: java.lang.NullPointerException: first throw
/art/test/031-class-attributes/src/
DClassAttrs.java345 boolean first = true; in stringifyTypeArray()
350 if (first) { in stringifyTypeArray()
352 first = false; in stringifyTypeArray()
/art/tools/dexanalyze/
Ddexanalyze_strings.cc253 while (pair.second->Savings() != pair.first) { in PopRealTop()
254 pair.first = pair.second->Savings(); in PopRealTop()
287 if (pair.second != this && pair.first > 0) { in ExtractPrefixes()
300 prefixes.emplace(pair.first, pair.second); in ExtractPrefixes()
308 if (pair.first <= 0) { in ExtractPrefixes()
574 os << pair.first << " : " << pair.second << "\n"; in Dump()
/art/test/115-native-bridge/
Dexpected.txt75 raising first SIGSEGV
77 handling first SIGSEGV, will raise another
/art/test/098-ddmc/src/
DMain.java79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
83 System.out.println("second > first =" + (second.numberOfEntries > first.numberOfEntries)); in testRecentAllocationTracking()
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali9 # We execute the catch handler (Label1) for the first time with p0 == 0.
/art/runtime/jni/
Djni_env_ext.cc222 if (frame == pair.first) { in RemoveMonitors()
270 if (pair.first == current_frame) { in CheckNoHeldMonitors()
281 CHECK_NE(check_pair.first, current_frame); in CheckNoHeldMonitors()
/art/libartbase/base/
Darena_allocator.h125 const Arena* first ATTRIBUTE_UNUSED, in Dump()
140 void Dump(std::ostream& os, const Arena* first, ssize_t lost_bytes_adjustment) const;
233 virtual void FreeArenaChain(Arena* first) = 0;
/art/tools/jvmti-agents/titrace/
DREADME.md38 Upload to device first (it gets shell/root permissions).
49 Note: To determine the arguments to `am start`, launch the application manually first and then look…

12345678910