HomeSort by relevance Sort by last modified time
    Searched refs:UnresolvedUninitializedThisRefType (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type.cc 429 std::string UnresolvedUninitializedThisRefType::Dump() {
980 void UnresolvedUninitializedThisRefType::CheckInvariants() const {
reg_type.h 771 class UnresolvedUninitializedThisRefType : public UninitializedType {
773 UnresolvedUninitializedThisRefType(const std::string& descriptor, uint16_t cache_id)
reg_type_cache.cc 490 entry = new UnresolvedUninitializedThisRefType(descriptor, entries_.size());

Completed in 48 milliseconds