Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h186 inline const ReferenceType& RegTypeCache::JavaLangClass() { in JavaLangClass() function
Dreg_type_cache.h137 const ReferenceType& JavaLangClass() REQUIRES_SHARED(Locks::mutator_lock_);
Dmethod_verifier.cc3010 res_type.IsConflict() ? res_type : reg_types_.JavaLangClass()); in CodeFlowVerifyInstruction()