/art/runtime/jdwp/ |
D | object_registry.cc | 98 ObjectRegistryEntry* entry = nullptr; in InternalAdd() local 135 ObjectRegistryEntry* entry = it->second; in ContainsLocked() local 166 const ObjectRegistryEntry* entry = pair.second; in Clear() local 187 ObjectRegistryEntry& entry = *it->second; in InternalGet() local 200 ObjectRegistryEntry& entry = *it->second; in GetJObject() local 220 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) { in Demote() 231 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) { in Promote() 247 ObjectRegistryEntry& entry = *it->second; in IsCollected() local 263 ObjectRegistryEntry* entry = it->second; in DisposeObject() local
|
/art/compiler/optimizing/ |
D | nodes_test.cc | 34 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 74 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 99 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 117 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
|
D | gvn_test.cc | 31 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 112 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 191 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local 312 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
|
D | load_store_analysis_test.cc | 33 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 112 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 189 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 279 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 489 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 606 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
|
D | stack_map_stream.cc | 97 BitTableBuilder<RegisterMask>::Entry entry; in BeginStackMapEntry() local 180 BitTableBuilder<InlineInfo>::Entry entry; in BeginInlineInfoEntry() local 241 BitTableBuilder<DexRegisterInfo>::Entry entry; in CreateDexRegisterMap() local
|
D | bounds_check_elimination_test.cc | 67 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 164 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 229 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 294 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 363 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildSSAGraph1() local 478 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildSSAGraph2() local 588 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildSSAGraph3() local 690 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildSSAGraph4() local 793 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 964 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
|
D | register_allocator_test.cc | 490 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildIfElseWithPhi() local 640 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildFieldReturn() local 716 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildTwoSubs() local 788 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in BuildDiv() local 841 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
|
D | block_builder.cc | 357 for (const auto& entry : try_block_info) { in InsertTryBoundaryBlocks() local 376 for (const auto& entry : try_block_info) { in InsertTryBoundaryBlocks() local
|
D | scheduler_test.cc | 80 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TestBuildDependencyGraphAndSchedule() local 209 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TestDependencyGraphOnAliasingArrayAccesses() local
|
/art/runtime/verifier/ |
D | reg_type_cache.cc | 42 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass() 139 const RegType* entry = entries_[idx]; in MatchDescriptor() local 202 RegType* entry; in From() local 356 const Type* entry = Type::CreateInstance(klass, in CreatePrimitiveAndSmallConstantTypes() local 490 UninitializedType* entry = nullptr; in Uninitialized() local 525 RegType* entry; in FromUninitialized() local 577 UninitializedType* entry; in UninitializedThisArgument() local 610 ConstantType* entry; in FromCat1NonSmallConstant() local 627 ConstantType* entry; in FromCat2ConstLo() local 644 ConstantType* entry; in FromCat2ConstHi() local
|
D | verifier_deps.cc | 650 for (const T& entry : set) { in EncodeSet() local 846 for (const TypeAssignability& entry : dep.second->assignable_types_) { in Dump() local 854 for (const TypeAssignability& entry : dep.second->unassignable_types_) { in Dump() local 862 for (const ClassResolution& entry : dep.second->classes_) { in Dump() local 870 for (const FieldResolution& entry : dep.second->fields_) { in Dump() local 920 for (const auto& entry : dex_deps_) { in ValidateDependencies() local 954 for (const auto& entry : assignables) { in VerifyAssignability() local 990 for (const auto& entry : classes) { in VerifyClasses() local 1029 for (const auto& entry : fields) { in VerifyFields() local 1092 for (const auto& entry : methods) { in VerifyMethods() local
|
/art/runtime/ |
D | index_bss_mapping.cc | 62 [=](const struct IndexBssMappingEntry& entry) { in GetBssOffset() 68 const IndexBssMappingEntry& entry = *it; in GetBssOffset() local
|
D | dexopt_test.cc | 186 const backtrace_map_t* entry = *it; in ReserveImageSpace() local
|
/art/runtime/jit/ |
D | debugger_interface.cc | 181 JITCodeEntry* entry = new JITCodeEntry; in CreateJITCodeEntryInternal() local 207 JITCodeEntry* entry, in DeleteJITCodeEntryInternal() 254 JITCodeEntry* entry = CreateJITCodeEntryInternal(__dex_debug_descriptor, in AddNativeDebugInfoForDex() local 315 JITCodeEntry* entry = (added_it++)->second; in MaybePackJitMiniDebugInfo() local 372 JITCodeEntry* entry = CreateJITCodeEntryInternal( in AddNativeDebugInfoForJit() local 406 for (auto entry : g_jit_debug_entries) { in GetJitMiniDebugInfoMemUsage() local
|
/art/compiler/utils/ |
D | swap_space.cc | 39 for (const auto& entry : free_by_size) { in DumpFreeMap() local 92 for (const auto& entry : free_by_size) { in CollectFree() local 98 for (const auto& entry : free_by_start) { in CollectFree() local
|
/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 170 for (const auto& entry : strings_) { in Build() local 178 for (const auto& entry : types_) { in Build() local 183 for (const auto& entry : protos_) { in Build() local 201 for (const auto& entry : fields_) { in Build() local 208 for (const auto& entry : methods_) { in Build() local
|
D | type_lookup_table.cc | 105 const Entry* entry = &entries_[pos]; in Lookup() local
|
/art/runtime/interpreter/ |
D | interpreter_cache.h | 67 Entry& entry = data_[IndexOf(key)]; in Get() local
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 282 for (auto& entry : storage) { in HasAssignable() local 300 for (auto& entry : dex_dep.second->classes_) { in HasClass() local 334 for (auto& entry : dex_dep.second->fields_) { in HasField() local 386 for (const VerifierDeps::MethodResolution& entry : dex_dep.second->methods_) { in HasMethod() local 448 for (auto& entry : verifier_deps_->dex_deps_) { in HasEachKindOfRecord() local 1270 for (const auto& entry : deps.classes_) { in TEST_F() local 1281 for (const auto& entry : deps.classes_) { in TEST_F() local 1292 for (const auto& entry : deps.classes_) { in TEST_F() local 1305 for (const auto& entry : deps.fields_) { in TEST_F() local 1317 for (const auto& entry : deps.fields_) { in TEST_F() local [all …]
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 62 descriptor_table_entry_t entry; in InitCpu() local
|
/art/libelffile/elf/ |
D | elf_debug_reader.h | 134 const CFI* entry = Read<CFI>(debug_frame->sh_offset + offset); in VisitDebugFrame() local
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 208 art::ObjPtr<art::mirror::Object> entry = groups_array_as_array->Get(i); in GetChildThreadGroups() local
|
D | ti_method.cc | 233 auto visitor = [&](const art::DexFile::LocalInfo& entry) { in GetLocalVariableTable() 467 bool success = accessor.DecodeDebugPositionInfo([&](const art::DexFile::PositionInfo& entry) { in GetLineNumberTable() 610 auto visitor = [&](const art::DexFile::LocalInfo& entry) { in GetSlotType()
|
/art/imgdiag/ |
D | imgdiag.cc | 252 T* entry = dirty_entries_[i]; in DumpSamplesAndOffsetCount() local 400 void VisitEntry(mirror::Object* entry) in VisitEntry() 407 void AddCleanEntry(mirror::Object* entry) in AddCleanEntry() 412 void AddFalseDirtyEntry(mirror::Object* entry) in AddFalseDirtyEntry() 418 void AddDirtyEntry(mirror::Object* entry, mirror::Object* entry_remote) in AddDirtyEntry() 439 void DiffEntryContents(mirror::Object* entry, in DiffEntryContents() 1054 void ComputeEntryDirty(T* entry, in ComputeEntryDirty()
|
/art/dexlist/ |
D | dexlist.cc | 116 accessor.DecodeDebugPositionInfo([&](const DexFile::PositionInfo& entry) { in dumpMethod()
|