Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc499 if (!CheckPossibleHeapValue(soa, fmt[i], args[i])) { in Check()
830 bool CheckPossibleHeapValue(ScopedObjectAccess& soa, char fmt, JniValueType arg) in CheckPossibleHeapValue() function in art::ScopedCheck
873 if (!CheckPossibleHeapValue(soa, shorty[i], args.GetValue(shorty[i]))) { in CheckVarArgs()