/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 543 static bool HasModrm(const X86EncodingMap* entry) { in HasModrm() 551 static bool HasSib(const X86EncodingMap* entry) { in HasSib() 575 static bool ModrmIsRegReg(const X86EncodingMap* entry) { in ModrmIsRegReg() 608 static bool IsByteSecondOperand(const X86EncodingMap* entry) { in IsByteSecondOperand() 612 size_t X86Mir2Lir::ComputeSize(const X86EncodingMap* entry, int32_t raw_reg, int32_t raw_index, in ComputeSize() 677 const X86EncodingMap* entry = &X86Mir2Lir::EncodingMap[lir->opcode]; in GetInsnSize() local 857 void X86Mir2Lir::CheckValidByteRegister(const X86EncodingMap* entry, int32_t raw_reg) { in CheckValidByteRegister() 880 void X86Mir2Lir::EmitPrefix(const X86EncodingMap* entry, in EmitPrefix() 948 void X86Mir2Lir::EmitOpcode(const X86EncodingMap* entry) { in EmitOpcode() 963 void X86Mir2Lir::EmitPrefixAndOpcode(const X86EncodingMap* entry, in EmitPrefixAndOpcode() [all …]
|
/art/runtime/jdwp/ |
D | object_registry.cc | 61 ObjectRegistryEntry* entry = nullptr; in InternalAdd() local 96 ObjectRegistryEntry* entry = it->second; in ContainsLocked() local 114 const ObjectRegistryEntry* entry = pair.second; in Clear() local 134 ObjectRegistryEntry& entry = *it->second; in InternalGet() local 146 ObjectRegistryEntry& entry = *it->second; in GetJObject() local 166 void ObjectRegistry::Demote(ObjectRegistryEntry& entry) { in Demote() 177 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) { in Promote() 193 ObjectRegistryEntry& entry = *it->second; in IsCollected() local 209 ObjectRegistryEntry* entry = it->second; in DisposeObject() local
|
/art/runtime/verifier/ |
D | reg_type_cache.cc | 32 static bool MatchingPrecisionForClass(RegType* entry, bool precise) in MatchingPrecisionForClass() 126 RegType* entry = entries_[idx]; in MatchDescriptor() local 181 RegType* entry; in From() local 202 RegType* entry = new UnresolvedReferenceType(descriptor_sp.as_string(), entries_.size()); in From() local 228 RegType* entry; in FromClass() local 291 Type* entry = Type::CreateInstance(klass, descriptor, RegTypeCache::primitive_count_); in CreatePrimitiveTypeInstance() local 341 RegType* entry = new UnresolvedMergedType(left.GetId(), right.GetId(), this, entries_.size()); in FromUnresolvedMerge() local 365 RegType* entry = new UnresolvedSuperClass(child.GetId(), this, entries_.size()); in FromUnresolvedSuperClass() local 371 UninitializedType* entry = NULL; in Uninitialized() local 401 RegType* entry; in FromUninitialized() local [all …]
|
/art/compiler/optimizing/ |
D | stack_map_stream.h | 74 StackMapEntry entry; in AddStackMapEntry() local 92 DexRegisterEntry entry; in AddDexRegisterEntry() local 99 InlineInfoEntry entry; in AddInlineInfoEntry() local 157 StackMapEntry entry = stack_maps_.Get(i); in FillIn() local
|
/art/compiler/utils/ |
D | swap_space.cc | 37 for (const auto& entry : free_by_size) { in DumpFreeMap() local 88 for (const auto& entry : free_by_size) { in CollectFree() local 94 for (const auto& entry : free_by_start) { in CollectFree() local
|
D | assembler_thumb_test.cc | 109 struct dirent* entry; in GetAndroidToolsDir() local
|
/art/compiler/dex/quick/ |
D | dex_file_to_method_inliner_map.cc | 35 for (auto& entry : inliners_) { in ~DexFileToMethodInlinerMap() local
|
/art/compiler/dex/ |
D | local_value_numbering.cc | 312 for (const auto& entry : src) { in CopyAliasingValuesMap() local 508 for (const auto& entry : src) { in CopyLiveSregValues() local 531 for (const auto& entry : least_entries_lvn->*map_ptr) { in IntersectSregValueMaps() local 555 for (const auto& entry : other_map) { in InPlaceIntersectMaps() local 574 for (const auto& entry : lvn->*set_ptr) { in MergeSets() local 618 void LocalValueNumbering::MergeEscapedRefs(const ValueNameSet::value_type& entry, in MergeEscapedRefs() 635 const EscapedIFieldClobberSet::value_type& entry, EscapedIFieldClobberSet::iterator hint) { in MergeEscapedIFieldTypeClobberSets() 643 const EscapedIFieldClobberSet::value_type& entry, EscapedIFieldClobberSet::iterator hint) { in MergeEscapedIFieldClobberSets() 653 const EscapedArrayClobberSet::value_type& entry, EscapedArrayClobberSet::iterator hint) { in MergeEscapedArrayClobberSets() 659 void LocalValueNumbering::MergeNullChecked(const ValueNameSet::value_type& entry, in MergeNullChecked() [all …]
|
D | mir_analysis.cc | 1264 MapEntry entry = { in DoCacheMethodLoweringInfo() local 1287 const MapEntry* entry = sequential_entries[pos]; in DoCacheMethodLoweringInfo() local
|
D | mir_optimization.cc | 1022 MapEntry entry = { in EliminateClassInitChecksGate() local
|
/art/runtime/ |
D | reference_table.cc | 54 mirror::Object* entry = entries_[i].Read(); in Remove() local 202 mirror::Object* entry = entries[i].Read(); in Dump() local
|
D | elf_file.cc | 72 JITCodeEntry* entry = new JITCodeEntry; in CreateCodeEntry() local 91 static void UnregisterCodeEntry(JITCodeEntry* entry) { in UnregisterCodeEntry() 1476 DebugTag* ReadTag(const byte* entry) { in ReadTag()
|
D | stack_map.h | 98 size_t entry = kFixedSize + register_index * SingleEntrySize(); in SetRegisterInfo() local
|
D | check_jni.cc | 400 void Check(bool entry, const char* fmt0, ...) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Check()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 60 descriptor_table_entry_t entry; in InitCpu() local
|
/art/oatdump/ |
D | oatdump.cc | 754 for (size_t entry = 0; entry < map.NumEntries(); entry++) { in DumpGcMap() local 764 for (size_t entry = 0; entry < map.NumEntries(); entry++) { in DumpGcMap() local
|