Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h229 inline bool ArtMethod::IsResolvedTypeIdx(dex::TypeIndex type_idx) { in IsResolvedTypeIdx() function
Dart_method.h650 bool IsResolvedTypeIdx(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_);
/art/dex2oat/driver/
Dcompiler_driver.cc1014 if (!method->IsResolvedTypeIdx(encoded_catch_handler_handlers_type_idx)) { in FindExceptionTypesToResolveForMethod()