Home
last modified time | relevance | path

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

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