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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c425 static void check_and_push(context_type *context, const void *ptr, int kind);
556 check_and_push(context, name, VM_STRING_UTF);
903 check_and_push(context, lengths, VM_MALLOC_BLK);
906 check_and_push(context, code, VM_MALLOC_BLK);
915 check_and_push(context, code[i], VM_MALLOC_BLK);
1252 check_and_push(context, methodname, VM_STRING_UTF);
1311 check_and_push(context, signature, VM_STRING_UTF);
1609 check_and_push(context, classname, VM_STRING_UTF);
1754 check_and_push(context, signature, VM_STRING_UTF);
1997 check_and_push(contex
4049 static void check_and_push(context_type *context, const void *ptr, int kind) function
[all...]

Completed in 1604 milliseconds