Searched defs:JniValueType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc102 union JniValueType { union in namespace:art
345 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args)
394 bool CheckNonHeap(JavaVMExt* vm, bool entry, const char* fmt, JniValueType* args) {
717 bool CheckPossibleHeapValue(ScopedObjectAccess& soa, char fmt, JniValueType arg)
743 bool CheckNonHeapValue(char fmt, JniValueType arg) {
786 void TracePossibleHeapValue(ScopedObjectAccess& soa, bool entry, char fmt, JniValueType arg,
841 void TraceNonHeapValue(char fmt, JniValueType arg, std::string* msg) {
1434 JniValueType args[1] = {{.E = env }};
1436 JniValueType result;
1448 JniValueType arg
[all...]

Completed in 9 milliseconds