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

/art/runtime/
H A Dtype_lookup_table.h46 uint32_t Lookup(const char* str, uint32_t hash) const { function in class:art::TypeLookupTable
69 // 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.cc132 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) { function in class:art::ClassTable
H A Dsubtype_check_test.cc218 static MockSubtypeCheck Lookup(MockClass* klass) { function in struct:art::MockSubtypeCheck
348 EXPECT_EQ(SubtypeCheckInfo::kUninitialized, SCTree::Lookup(kls).GetState());
358 SCTree root = SCTree::Lookup(root_);
368 SCTree root = SCTree::Lookup(root_);
376 SCTree child_tree = SCTree::Lookup(child);
393 SCTree root = SCTree::Lookup(root_);
401 SCTree child_tree = SCTree::Lookup(child);
418 SCTree root = SCTree::Lookup(root_);
426 SCTree child_tree = SCTree::Lookup(child);
436 SCTree child2_tree = SCTree::Lookup(child
[all...]
/art/compiler/optimizing/
H A Dgvn.cc33 * The `Lookup` method returns an equivalent instruction to the given instruction
88 DCHECK(Lookup(instruction) == nullptr);
101 HInstruction* Lookup(HInstruction* instruction) const { function in class:art::ValueSet
487 HInstruction* existing = set->Lookup(current);

Completed in 94 milliseconds