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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c157 (context->object_info + ((indirect) << 5))
243 fullinfo_type object_info; /* fullinfo for java/lang/Object */ member in struct:context_type
763 context->object_info =
1258 clazz_info = context->object_info; // anything will do
1746 && context->currentclass_info != context->object_info) {
2386 if ((target_type == context->object_info) &&
3822 if (target == context->object_info)
3824 else if (value == context->object_info) {
3917 return for_assignment ? target : context->object_info;
3922 return context->object_info;
[all...]

Completed in 1656 milliseconds