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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp318 int ctxkj = dep_context_arg(dept); // -1 if no context arg local
323 if (ctxkj >= 0 && ctxkj+1 < stride) {
324 ciKlass* ctxk = deps->at(i+ctxkj+0)->as_klass();
325 ciObject* x = deps->at(i+ctxkj+1); // following argument
327 skipj = ctxkj; // we win: maybe one less oop to keep track of
439 int ctxkj = dep_context_arg(dept); // -1 if no context arg local
450 if (ctxkj >= 0) {
451 log->print(" ctxk='%d'", argids[ctxkj]);
455 if (j == ctxkj) continu
475 int ctxkj = dep_context_arg(dept); // -1 if no context arg local
510 int ctxkj = dep_context_arg(dept); // -1 if no context arg local
627 int ctxkj = dep_context_arg(type()); // -1 if no explicit context arg local
641 int ctxkj = dep_context_arg(type()); // -1 if no explicit context arg local
652 int ctxkj = dep_implicit_context_arg(type()); local
[all...]

Completed in 34 milliseconds