Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.h46 uint32_t Lookup(const char* str, uint32_t hash) const { in Lookup() function
Dimt_conflict_table.h134 ArtMethod* Lookup(ArtMethod* interface_method, PointerSize pointer_size) const { in Lookup() function
Dclass_table.cc132 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) { in Lookup() function in art::ClassTable
Dsubtype_check_test.cc218 static MockSubtypeCheck Lookup(MockClass* klass) { in Lookup() function
/art/compiler/optimizing/
Dgvn.cc101 HInstruction* Lookup(HInstruction* instruction) const { in Lookup() function in art::ValueSet