Home
last modified time | relevance | path

Searched refs:IsResolvedTypeIdx (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dart_method-inl.h470 inline bool ArtMethod::IsResolvedTypeIdx(uint16_t type_idx) { in IsResolvedTypeIdx() function
Dart_method.h520 bool IsResolvedTypeIdx(uint16_t type_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/driver/
Dcompiler_driver.cc671 if (!mh->GetMethod()->IsResolvedTypeIdx(encoded_catch_handler_handlers_type_idx)) { in ResolveExceptionsForMethod()