Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 38) sorted by relevance

12

/art/runtime/jdwp/
Dobject_registry.cc91 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/
Dtype_lookup_table.cc88 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
Dtype_lookup_table.h48 const Entry* entry = &entries_[pos]; in Lookup() local
Dreference_table.cc55 mirror::Object* entry = entries_[i].Read(); in Remove() local
Dcommon_runtime_test.cc220 struct dirent* entry; in GetAndroidToolsDir() local
Djava_vm_ext.cc911 for (auto* entry : weak_globals_) { in SweepJniWeakGlobals() local
/art/compiler/optimizing/
Dnodes_test.cc34 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
Dgvn_test.cc34 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
Dstack_map_stream.cc132 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
Dbounds_check_elimination_test.cc69 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
Dblock_builder.cc313 for (auto entry : try_block_info) { in InsertTryBoundaryBlocks() local
330 for (auto entry : try_block_info) { in InsertTryBoundaryBlocks() local
Ddex_cache_array_fixups_arm.cc37 for (const auto& entry : dex_cache_array_bases_) { in MoveBasesIfNeeded() local
Dregister_allocator_test.cc461 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
Dgraph_checker.cc470 const HTryBoundary& entry = instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in VisitInstruction() local
/art/runtime/verifier/
Dreg_type_cache.cc38 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/
Ddebugger_interface.cc82 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/
Dswap_space.cc38 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
Dtest_dex_file_builder.h167 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/
Ddex_file_to_method_inliner_map.cc35 for (auto& entry : inliners_) { in ~DexFileToMethodInlinerMap() local
/art/compiler/debug/
Delf_debug_line_writer.h36 static bool PositionInfoCallback(void* ctx, const DexFile::PositionInfo& entry) { in PositionInfoCallback()
Delf_debug_info_writer.h42 static void LocalInfoCallback(void* ctx, const DexFile::LocalInfo& entry) { in LocalInfoCallback()
/art/runtime/arch/x86/
Dthread_x86.cc61 descriptor_table_entry_t entry; in InitCpu() local
/art/dexlist/
Ddexlist.cc83 static bool positionsCb(void* context, const DexFile::PositionInfo& entry) { in positionsCb()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc125 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i]; in WriteThunks() local
/art/dexdump/
Ddexdump.cc474 static bool dumpPositionsCb(void* /*context*/, const DexFile::PositionInfo& entry) { in dumpPositionsCb()
482 static void dumpLocalsCb(void* /*context*/, const DexFile::LocalInfo& entry) { in dumpLocalsCb()

12