Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationSetItem.java23 public AnnotationOffItem[] entries; field in AnnotationSetItem
30 entries = new AnnotationOffItem[size]; in read()
32 (entries[i] = new AnnotationOffItem()).read(file); in read()
41 for (AnnotationOffItem annotationOffItem : entries) { in write()
/art/runtime/jit/
Dprofiling_info.cc28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo() argument
29 : number_of_inline_caches_(entries.size()), in ProfilingInfo()
37 cache_[i].dex_pc_ = entries[i]; in ProfilingInfo()
51 std::vector<uint32_t> entries; in Create() local
61 entries.push_back(dex_pc); in Create()
76 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr; in Create()
Dprofiling_info.h133 ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries);
Djit_code_cache.h194 const std::vector<uint32_t>& entries,
280 const std::vector<uint32_t>& entries)
Djit_code_cache.cc1275 const std::vector<uint32_t>& entries, in AddProfilingInfo() argument
1284 info = AddProfilingInfoInternal(self, method, entries); in AddProfilingInfo()
1290 info = AddProfilingInfoInternal(self, method, entries); in AddProfilingInfo()
1296 info = AddProfilingInfoInternal(self, method, entries); in AddProfilingInfo()
1304 const std::vector<uint32_t>& entries) { in AddProfilingInfoInternal() argument
1306 sizeof(ProfilingInfo) + sizeof(InlineCache) * entries.size(), in AddProfilingInfoInternal()
1319 info = new (data) ProfilingInfo(method, entries); in AddProfilingInfoInternal()
/art/test/098-ddmc/
Dexpected.txt2 empty=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries: …
14 reset=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries: …
23 goodbye=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries
/art/runtime/
Dreference_table.cc123 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump() argument
156 if (entries.empty()) { in Dump()
163 size_t count = entries.size(); in Dump()
171 ObjPtr<mirror::Object> ref = entries[idx].Read(); in Dump()
213 for (GcRoot<mirror::Object>& root : entries) { in Dump()
Dreference_table.h58 static void Dump(std::ostream& os, Table& entries)
Dindirect_reference_table.cc456 ReferenceTable::Table entries; in Dump() local
461 entries.push_back(GcRoot<mirror::Object>(obj)); in Dump()
464 ReferenceTable::Dump(os, entries); in Dump()
/art/compiler/debug/dwarf/
Dheaders.h128 const DebugInfoEntryWriter<Vector>& entries, in WriteDebugInfoCU() argument
139 writer.PushUint8(entries.Is64bit() ? 8 : 4); in WriteDebugInfoCU()
142 writer.PushData(entries.data()); in WriteDebugInfoCU()
145 for (uintptr_t patch_location : entries.GetPatchLocations()) { in WriteDebugInfoCU()
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java286 String[] entries = line.split(" "); in setupMutationLikelihoodTable() local
287 String name = entries[0].toLowerCase(); in setupMutationLikelihoodTable()
288 int likelihood = Integer.parseInt(entries[1]); in setupMutationLikelihoodTable()
/art/runtime/interpreter/
Dinterpreter_common.h451 const int32_t* entries = keys + size; in DoSparseSwitch() local
452 DCHECK_ALIGNED(entries, 4); in DoSparseSwitch()
463 return entries[mid]; in DoSparseSwitch()
/art/runtime/interpreter/mterp/
Dmterp.cc65 const int32_t* entries; in MterpDoSparseSwitch() local
90 entries = keys + size; in MterpDoSparseSwitch()
107 return entries[mid]; in MterpDoSparseSwitch()
142 const int32_t* entries = reinterpret_cast<const int32_t*>(switchData); in MterpDoPackedSwitch() local
143 return entries[index]; in MterpDoPackedSwitch()
/art/tools/ahat/
DREADME.txt111 Fix page loading performance by showing a limited number of entries by default.
/art/imgdiag/
Dimgdiag.cc1031 const std::set<T*>& entries = in DiffDirtyEntries() local
1035 for (T* entry : entries) { in DiffDirtyEntries()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2010 # Iterate over the entries of the ImtConflictTable.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2088 # Iterate over the entries of the ImtConflictTable.