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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java97 INDY_ARGC_OFFSET = db.lookupIntConstant("ConstantPool::_indy_argc_offset").intValue();
118 private static int INDY_ARGC_OFFSET; field in class:ConstantPool
444 int argc = operands.at(basePos + INDY_ARGC_OFFSET);

Completed in 35 milliseconds