Home | History | Annotate | Download | only in runtime

Lines Matching full:lookup_table_

452       lookup_table_.reset(TypeLookupTable::Open(lookup_data, *this));
516 if (LIKELY(lookup_table_ != nullptr)) {
517 const uint32_t class_def_idx = lookup_table_->Lookup(descriptor, hash);
732 lookup_table_.reset(TypeLookupTable::Create(*this, storage));