Searched refs:first_entry (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/ |
H A D | Idmap.cpp | 117 const Idmap_overlay_entry* first_entry = entries_; in lookupResourceId() local 119 auto entry = std::lower_bound(first_entry, end_entry, *resId, in lookupResourceId() 160 auto first_entry = entries_; in Lookup() local 162 auto entry = std::lower_bound(first_entry, end_entry, target_res_id, in Lookup()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | GlobalDebugImpl.h | 68 Uintptr_T first_entry; member 109 if (desc.version != 1 || desc.first_entry == 0) { in ReadDescriptor() 238 if (!ReadNextField(descriptor_addr_ + offsetof(JITDescriptor, first_entry), &uid, race)) { in ReadNewEntries()
|
/aosp12/art/compiler/optimizing/ |
H A D | graph_visualizer.cc | 78 explicit StringList(T* first_entry, Format format = kArrayBrackets) : StringList(format) { in StringList() argument 79 for (T* current = first_entry; current != nullptr; current = current->GetNext()) { in StringList()
|