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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2608 bool at_this = (arg_index == -1); local
2610 BasicType t = (at_this ? T_OBJECT : ss.type());
2612 if (at_this)
2634 if (at_this) {
2638 if (!at_this && ss.is_object()) {
2655 if (!at_this) ss.next();

Completed in 122 milliseconds