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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h446 #define bc_thismethod all_bands[e_bc_thismethod] macro
H A Dbands.cpp428 BAND_INIT(bc_thismethod, UNSIGNED5_spec, SUB_INDEX(CONSTANT_Methodref)),
H A Dunpack.cpp2830 return isField? &bc_thisfield: &bc_thismethod;
3770 bc_thismethod.setIndex( cp.getMethodIndex(thisClass));
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1599 CPRefBand bc_thismethod = bc_bands.newCPRefBand("bc_thismethod", CONSTANT_None); // any method within cur. class field in class:BandStructure
2358 return isField? bc_thisfield: bc_thismethod;
H A DPackageReader.java1736 // *bc_thismethod :UNSIGNED5 (cp_Method, only for current class)
1758 bc_thismethod, bc_supermethod,
2058 bc_which = isSuper ? bc_supermethod : bc_thismethod;

Completed in 4615 milliseconds