Searched defs:Lookup (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dtype_lookup_table.h44 ALWAYS_INLINE uint32_t Lookup(const char* str, uint32_t hash) const { function in class:art::TypeLookupTable
67 // data contained in dex_file as well. Lookup table does not own raw_data or dex_file.
H A Dimt_conflict_table.h132 // Lookup the implementation ArtMethod associated to `interface_method`. Return null
134 ArtMethod* Lookup(ArtMethod* interface_method, PointerSize pointer_size) const { function in class:art::ImtConflictTable
H A Dclass_table.cc131 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) { function in class:art::ClassTable
/art/compiler/optimizing/
H A Dgvn.cc32 * The `Lookup` method returns an equivalent instruction to the given instruction
86 DCHECK(Lookup(instruction) == nullptr);
99 HInstruction* Lookup(HInstruction* instruction) const { function in class:art::ValueSet
495 HInstruction* existing = set->Lookup(current);

Completed in 74 milliseconds