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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java400 public final static int _self_linker_op = _bytecode_limit; field in class:Constants
403 public final static int _self_linker_limit = _self_linker_op + 4*_num_linker_ops;
H A DInstruction.java467 return (bc >= _self_linker_op && bc < _self_linker_limit);
560 int idx = (bc - _self_linker_op);
H A DPackageWriter.java1301 // Return a _self_linker_op variant, if the instruction matches one,
1308 int self_bc = _self_linker_op + (bc - _first_linker_op);
1385 boolean isSuper = (self_bc >= _self_linker_op+_self_linker_super_flag);
H A DBandStructure.java1596 // _self_linker_op family
2350 int idx = (self_bc - _self_linker_op);
H A DPackageReader.java2044 int idx = (bc - _self_linker_op);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dconstants.h446 _self_linker_op = bc_bytecode_limit, enumerator in enum:__anon621
449 _self_linker_limit = _self_linker_op + 4*_num_linker_ops,
H A Dunpack.cpp2764 return is_in_range(bc, _self_linker_op, _self_linker_limit-1);
2820 int idx = (bc - _self_linker_op);

Completed in 64 milliseconds