Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dmemory_type_table.h97 const MemoryTypeRange<T>* Lookup(uintptr_t address) const { in Lookup() function
271 const MemoryTypeRange<T>* MemoryTypeTable<T>::Builder::Lookup(uintptr_t address) const { in Lookup() function
/art/libdexfile/dex/
Dtype_lookup_table.cc100 uint32_t TypeLookupTable::Lookup(const char* str, uint32_t hash) const { in Lookup() function in art::TypeLookupTable
/art/runtime/
Dimt_conflict_table.h134 ArtMethod* Lookup(ArtMethod* interface_method, PointerSize pointer_size) const { in Lookup() function
Dclass_table.cc124 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup() function in art::ClassTable
Dsubtype_check_test.cc220 static MockSubtypeCheck Lookup(MockClass* klass) { in Lookup() function
/art/compiler/optimizing/
Dgvn.cc98 HInstruction* Lookup(HInstruction* instruction) const { in Lookup() function in art::ValueSet