Searched defs:at (Results 1 - 25 of 131) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.inline.hpp58 inline HeapRegion* HeapRegionSeq::at(uint index) const { function in class:HeapRegionSeq
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.hpp43 StackValue* at(int i) const { return _values->at(i); } function in class:StackValueCollection
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoTypeDecl.java48 private AnnotationTypeDeclaration at; field in class:AnnoTypeDecl
51 at = (AnnotationTypeDeclaration) env.getTypeDeclaration("AT");
61 at.accept(new SimpleDeclarationVisitor() {
84 return at.getMethods();
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DAnnoTyp.java54 private AnnotationType at; // an annotation type field in class:AnnoTyp
58 at = getAnno("init", "AnnoTyp.AT").getAnnotationType();
68 at.accept(new SimpleTypeVisitor() {
90 return at.getDeclaration();
/openjdk7/langtools/test/tools/javadoc/generics/genericClass/pkg1/
H A DA.java28 public A<T> at; field in class:A
32 public void m2(A<T> at) {} argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeANewArray.java49 public static BytecodeANewArray at(Method method, int bci) { method in class:BytecodeANewArray
57 /** Like at, but returns null if the BCI is not at anewarray */
63 public static BytecodeANewArray at(BytecodeStream bcs) { method in class:BytecodeANewArray
H A DBytecodeBipush.java49 public static BytecodeBipush at(Method method, int bci) { method in class:BytecodeBipush
57 /** Like at, but returns null if the BCI is not at bipush */
63 public static BytecodeBipush at(BytecodeStream bcs) { method in class:BytecodeBipush
H A DBytecodeCheckCast.java49 public static BytecodeCheckCast at(Method method, int bci) { method in class:BytecodeCheckCast
57 /** Like at, but returns null if the BCI is not at checkcast */
63 public static BytecodeCheckCast at(BytecodeStream bcs) { method in class:BytecodeCheckCast
H A DBytecodeGetField.java49 public static BytecodeGetField at(Method method, int bci) { method in class:BytecodeGetField
57 /** Like at, but returns null if the BCI is not at getfield */
63 public static BytecodeGetField at(BytecodeStream bcs) { method in class:BytecodeGetField
H A DBytecodeGetStatic.java49 public static BytecodeGetStatic at(Method method, int bci) { method in class:BytecodeGetStatic
57 /** Like at, but returns null if the BCI is not at getstatic */
63 public static BytecodeGetStatic at(BytecodeStream bcs) { method in class:BytecodeGetStatic
H A DBytecodeGoto.java49 public static BytecodeGoto at(Method method, int bci) { method in class:BytecodeGoto
57 /** Like at, but returns null if the BCI is not at goto */
63 public static BytecodeGoto at(BytecodeStream bcs) { method in class:BytecodeGoto
H A DBytecodeGotoW.java49 public static BytecodeGotoW at(Method method, int bci) { method in class:BytecodeGotoW
57 /** Like at, but returns null if the BCI is not at goto_w */
63 public static BytecodeGotoW at(BytecodeStream bcs) { method in class:BytecodeGotoW
H A DBytecodeIf.java51 public static BytecodeIf at(Method method, int bci) { method in class:BytecodeIf
59 /** Like at, but returns null if the BCI is not at some ifxxx bytecode */
65 public static BytecodeIf at(BytecodeStream bcs) { method in class:BytecodeIf
H A DBytecodeIinc.java50 public static BytecodeIinc at(Method method, int bci) { method in class:BytecodeIinc
58 /** Like at, but returns null if the BCI is not at iinc */
64 public static BytecodeIinc at(BytecodeStream bcs) { method in class:BytecodeIinc
H A DBytecodeInstanceOf.java49 public static BytecodeInstanceOf at(Method method, int bci) { method in class:BytecodeInstanceOf
57 /** Like at, but returns null if the BCI is not at instanceof */
63 public static BytecodeInstanceOf at(BytecodeStream bcs) { method in class:BytecodeInstanceOf
H A DBytecodeJsr.java49 public static BytecodeJsr at(Method method, int bci) { method in class:BytecodeJsr
57 /** Like at, but returns null if the BCI is not at jsr */
63 public static BytecodeJsr at(BytecodeStream bcs) { method in class:BytecodeJsr
H A DBytecodeJsrW.java49 public static BytecodeJsrW at(Method method, int bci) { method in class:BytecodeJsrW
57 /** Like at, but returns null if the BCI is not at jsr_w */
63 public static BytecodeJsrW at(BytecodeStream bcs) { method in class:BytecodeJsrW
H A DBytecodeLoad.java55 public static BytecodeLoad at(Method method, int bci) { method in class:BytecodeLoad
63 /** Like at, but returns null if the BCI is not at load */
69 public static BytecodeLoad at(BytecodeStream bcs) { method in class:BytecodeLoad
H A DBytecodeMultiANewArray.java53 public static BytecodeMultiANewArray at(Method method, int bci) { method in class:BytecodeMultiANewArray
61 /** Like at, but returns null if the BCI is not at multianewarray */
67 public static BytecodeMultiANewArray at(BytecodeStream bcs) { method in class:BytecodeMultiANewArray
H A DBytecodeNew.java49 public static BytecodeNew at(Method method, int bci) { method in class:BytecodeNew
57 /** Like at, but returns null if the BCI is not at new */
63 public static BytecodeNew at(BytecodeStream bcs) { method in class:BytecodeNew
H A DBytecodeNewArray.java108 public static BytecodeNewArray at(Method method, int bci) { method in class:BytecodeNewArray
116 /** Like at, but returns null if the BCI is not at newarray */
122 public static BytecodeNewArray at(BytecodeStream bcs) { method in class:BytecodeNewArray
H A DBytecodePutField.java49 public static BytecodePutField at(Method method, int bci) { method in class:BytecodePutField
57 /** Like at, but returns null if the BCI is not at putfield */
63 public static BytecodePutField at(BytecodeStream bcs) { method in class:BytecodePutField
H A DBytecodePutStatic.java49 public static BytecodePutStatic at(Method method, int bci) { method in class:BytecodePutStatic
57 /** Like at, but returns null if the BCI is not at putstatic */
63 public static BytecodePutStatic at(BytecodeStream bcs) { method in class:BytecodePutStatic
H A DBytecodeRet.java45 public static BytecodeRet at(Method method, int bci) { method in class:BytecodeRet
53 /** Like at, but returns null if the BCI is not at ret */
59 public static BytecodeRet at(BytecodeStream bcs) { method in class:BytecodeRet
H A DBytecodeSipush.java49 public static BytecodeSipush at(Method method, int bci) { method in class:BytecodeSipush
57 /** Like at, but returns null if the BCI is not at sipush */
63 public static BytecodeSipush at(BytecodeStream bcs) { method in class:BytecodeSipush

Completed in 90 milliseconds

123456