Home
last modified time | relevance | path

Searched refs:refIt (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.cpp152 auto refIt = refTypes.begin(); in GetMethodSignature() local
155 ++refIt; in GetMethodSignature()
164 signature << *refIt; in GetMethodSignature() local
165 ++refIt; in GetMethodSignature()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp148 auto refIt = refTypes.begin(); in GetSignature() local
151 ++refIt; in GetSignature()
159 signature << *refIt; in GetSignature() local
160 ++refIt; in GetSignature()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_verifier.cpp339 auto refIt = it->second.find(refNumber); in VerifyAll()
340 if (refIt != it->second.end()) { in VerifyAll()
341 if (!refIt->second.VerifyUpdatedRef(objectHeader, referent, this->InAliveSpace(referent))) { in VerifyAll()

Completed in 2 milliseconds