Lines Matching refs:ArrayRef
249 ArrayRef<const uint8_t> GetJITCodeEntrySymFile(const JITCodeEntry* entry) { in GetJITCodeEntrySymFile()
250 return ArrayRef<const uint8_t>(entry->symfile_addr_, entry->symfile_size_); in GetJITCodeEntrySymFile()
303 ArrayRef<const uint8_t> symfile = ArrayRef<const uint8_t>(), in CreateJITCodeEntryInternal()
328 symfile = ArrayRef<const uint8_t>(copy, symfile.size()); in CreateJITCodeEntryInternal()
416 const ArrayRef<const uint8_t> symfile(dexfile->Begin(), size); in AddNativeDebugInfoForDex()
488 static void RepackEntries(bool compress_entries, ArrayRef<const void*> removed) in RepackEntries()
524 ArrayRef<const JITCodeEntry*> elfs(&*begin, end - begin); in RepackEntries()
530 ArrayRef<const void*> removed_subset(&*removed_begin, removed_end - removed_begin); in RepackEntries()
556 CreateJITCodeEntryInternal<JitNativeInfo>(ArrayRef<const uint8_t>(packed), in RepackEntries()
586 CreateJITCodeEntryInternal<JitNativeInfo>(ArrayRef<const uint8_t>(symfile), in AddNativeDebugInfoForJit()
602 RepackEntries(/*compress_entries=*/ is_zygote, /*removed=*/ ArrayRef<const void*>()); in AddNativeDebugInfoForJit()
621 RepackEntries(/*compress_entries=*/ true, ArrayRef<const void*>(removed)); in RepackNativeDebugInfoForJitLocked()
659 ArrayRef<const uint8_t> buffer(it->symfile_addr_, it->symfile_size_); in ForEachNativeDebugSymbol()