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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h447 #define bc_supermethod all_bands[e_bc_supermethod] macro
H A Dbands.cpp429 BAND_INIT(bc_supermethod, UNSIGNED5_spec, SUB_INDEX(CONSTANT_Methodref)),
H A Dunpack.cpp2832 return isField? &bc_superfield: &bc_supermethod;
3773 bc_supermethod.setIndex(cp.getMethodIndex(superClass));
3776 NOT_PRODUCT(bc_supermethod.setIndex(null));
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1600 CPRefBand bc_supermethod = bc_bands.newCPRefBand("bc_supermethod", CONSTANT_None); // any method within superclass field in class:BandStructure
2360 return isField? bc_superfield: bc_supermethod;
H A DPackageReader.java1737 // *bc_supermethod :UNSIGNED5 (cp_Method, only for current super)
1758 bc_thismethod, bc_supermethod,
2058 bc_which = isSuper ? bc_supermethod : bc_thismethod;

Completed in 59 milliseconds