Home
last modified time | relevance | path

Searched refs:first_entry (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/
H A DIdmap.cpp117 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 DGlobalDebugImpl.h68 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 Dgraph_visualizer.cc78 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()