Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 13 of 13) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo()
45 std::vector<uint32_t> entries; in Create() local
Ddebugger_interface.cc496 std::vector<const JITCodeEntry*> entries; in RepackEntries() local
Djit_code_cache.cc1550 const std::vector<uint32_t>& entries, in AddProfilingInfo()
1580 const std::vector<uint32_t>& entries) { in AddProfilingInfoInternal()
/art/libdexfile/dex/
Dtype_lookup_table.cc41 Entry* entries = owned_entries.get(); in Create() local
95 const Entry* entries = reinterpret_cast<const Entry*>(raw_data); in Open() local
161 const Entry* entries, in TypeLookupTable()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationSetItem.java23 public AnnotationOffItem[] entries; field in AnnotationSetItem
/art/libelffile/dwarf/
Dheaders.h96 const DebugInfoEntryWriter<Vector>& entries, in WriteDebugInfoCU()
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java278 String[] entries = line.split(" "); in setupMutationLikelihoodTable() local
/art/runtime/
Dreference_table.cc125 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()
Dindirect_reference_table.cc465 ReferenceTable::Table entries; in Dump() local
/art/libnativeloader/
Dpublic_libraries.cpp489 std::map<std::string, std::string> entries; in ParseJniConfig() local
/art/runtime/interpreter/mterp/
Dmterp.cc65 const int32_t* entries; in MterpDoSparseSwitch() local
142 const int32_t* entries = reinterpret_cast<const int32_t*>(switchData); in MterpDoPackedSwitch() local
/art/runtime/interpreter/
Dinterpreter_common.h937 const int32_t* entries = keys + size; in DoSparseSwitch() local
/art/imgdiag/
Dimgdiag.cc1045 const std::set<T*>& entries = in DiffDirtyEntries() local