| /art/runtime/jdwp/ |
| D | object_registry.cc | 91 ObjectRegistryEntry* entry = nullptr; in InternalAdd() local 126 ObjectRegistryEntry* entry = it->second; in ContainsLocked() local 157 const ObjectRegistryEntry* entry = pair.second; in Clear() local 178 ObjectRegistryEntry& entry = *it->second; in InternalGet() local 191 ObjectRegistryEntry& entry = *it->second; in GetJObject() local 211 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) { in Demote() 222 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) { in Promote() 238 ObjectRegistryEntry& entry = *it->second; in IsCollected() local 254 ObjectRegistryEntry* entry = it->second; in DisposeObject() local
|
| /art/runtime/ |
| D | type_lookup_table.cc | 88 Entry entry; in TypeLookupTable() local 102 Entry entry; in TypeLookupTable() local 115 bool TypeLookupTable::SetOnInitialPos(const Entry& entry, uint32_t hash) { in SetOnInitialPos() 125 void TypeLookupTable::Insert(const Entry& entry, uint32_t hash) { in Insert() 138 const Entry* entry = &entries_[pos]; in FindLastEntryInBucket() local
|
| D | type_lookup_table.h | 48 const Entry* entry = &entries_[pos]; in Lookup() local
|
| D | reference_table.cc | 55 mirror::Object* entry = entries_[i].Read(); in Remove() local
|
| D | common_runtime_test.cc | 220 struct dirent* entry; in GetAndroidToolsDir() local
|
| D | java_vm_ext.cc | 911 for (auto* entry : weak_globals_) { in SweepJniWeakGlobals() local
|
| /art/compiler/optimizing/ |
| D | nodes_test.cc | 34 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST() local 77 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST() local 105 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST() local 126 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST() local
|
| D | gvn_test.cc | 34 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST_F() local 119 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST_F() local 202 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST_F() local 327 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST_F() local
|
| D | stack_map_stream.cc | 132 for (const StackMapEntry& entry : stack_maps_) { in ComputeMaxNativePcOffset() local 214 for (const StackMapEntry& entry : stack_maps_) { in ComputeDexRegisterMapsSize() local 235 for (const StackMapEntry& entry : stack_maps_) { in ComputeInlineInfoEncoding() local 292 StackMapEntry entry = stack_maps_[i]; in FillIn() local 508 StackMapEntry entry = stack_maps_[s]; in CheckCodeInfo() local
|
| D | bounds_check_elimination_test.cc | 69 HBasicBlock* entry = new (&allocator_) HBasicBlock(graph_); in TEST_F() local 166 HBasicBlock* entry = new (&allocator_) HBasicBlock(graph_); in TEST_F() local 230 HBasicBlock* entry = new (&allocator_) HBasicBlock(graph_); in TEST_F() local 294 HBasicBlock* entry = new (&allocator_) 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 691 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildSSAGraph4() local 794 HBasicBlock* entry = new (&allocator_) HBasicBlock(graph_); in TEST_F() local
|
| D | block_builder.cc | 313 for (auto entry : try_block_info) { in InsertTryBoundaryBlocks() local 330 for (auto entry : try_block_info) { in InsertTryBoundaryBlocks() local
|
| D | dex_cache_array_fixups_arm.cc | 37 for (const auto& entry : dex_cache_array_bases_) { in MoveBasesIfNeeded() local
|
| D | register_allocator_test.cc | 461 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildIfElseWithPhi() local 615 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildFieldReturn() local 691 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildTwoSubs() local 762 HBasicBlock* entry = new (allocator) HBasicBlock(graph); in BuildDiv() local 816 HBasicBlock* entry = new (&allocator) HBasicBlock(graph); in TEST_F() local
|
| D | graph_checker.cc | 470 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction() local
|
| /art/runtime/verifier/ |
| D | reg_type_cache.cc | 38 ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool precise) in MatchingPrecisionForClass() 133 const RegType* entry = entries_[idx]; in MatchDescriptor() local 196 RegType* entry; in From() local 320 const Type* entry = Type::CreateInstance(klass, descriptor, RegTypeCache::primitive_count_); in CreatePrimitiveTypeInstance() local 447 UninitializedType* entry = nullptr; in Uninitialized() local 482 RegType* entry; in FromUninitialized() local 534 UninitializedType* entry; in UninitializedThisArgument() local 567 ConstantType* entry; in FromCat1NonSmallConstant() local 584 ConstantType* entry; in FromCat2ConstLo() local 601 ConstantType* entry; in FromCat2ConstHi() local
|
| /art/runtime/jit/ |
| D | debugger_interface.cc | 82 JITCodeEntry* entry = new JITCodeEntry; in CreateJITCodeEntryInternal() local 100 static void DeleteJITCodeEntryInternal(JITCodeEntry* entry) REQUIRES(g_jit_debug_mutex) { in DeleteJITCodeEntryInternal() 124 void DeleteJITCodeEntry(JITCodeEntry* entry) { in DeleteJITCodeEntry() 139 JITCodeEntry* entry = CreateJITCodeEntryInternal(std::move(symfile)); in CreateJITCodeEntryForAddress() local
|
| /art/compiler/utils/ |
| D | swap_space.cc | 38 for (const auto& entry : free_by_size) { in DumpFreeMap() local 91 for (const auto& entry : free_by_size) { in CollectFree() local 97 for (const auto& entry : free_by_start) { in CollectFree() local
|
| D | test_dex_file_builder.h | 167 for (const auto& entry : strings_) { in Build() local 175 for (const auto& entry : types_) { in Build() local 180 for (const auto& entry : protos_) { in Build() local 198 for (const auto& entry : fields_) { in Build() local 205 for (const auto& entry : methods_) { in Build() local
|
| /art/compiler/dex/quick/ |
| D | dex_file_to_method_inliner_map.cc | 35 for (auto& entry : inliners_) { in ~DexFileToMethodInlinerMap() local
|
| /art/compiler/debug/ |
| D | elf_debug_line_writer.h | 36 static bool PositionInfoCallback(void* ctx, const DexFile::PositionInfo& entry) { in PositionInfoCallback()
|
| D | elf_debug_info_writer.h | 42 static void LocalInfoCallback(void* ctx, const DexFile::LocalInfo& entry) { in LocalInfoCallback()
|
| /art/runtime/arch/x86/ |
| D | thread_x86.cc | 61 descriptor_table_entry_t entry; in InitCpu() local
|
| /art/dexlist/ |
| D | dexlist.cc | 83 static bool positionsCb(void* context, const DexFile::PositionInfo& entry) { in positionsCb()
|
| /art/compiler/linker/arm64/ |
| D | relative_patcher_arm64.cc | 125 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i]; in WriteThunks() local
|
| /art/dexdump/ |
| D | dexdump.cc | 474 static bool dumpPositionsCb(void* /*context*/, const DexFile::PositionInfo& entry) { in dumpPositionsCb() 482 static void dumpLocalsCb(void* /*context*/, const DexFile::LocalInfo& entry) { in dumpLocalsCb()
|