Searched refs:visit (Results 201 - 219 of 219) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp20 * or visit www.oracle.com if you need additional information or have any
1064 // returns visit control flags
1094 // returns visit control flags
1375 // used to check the visit control flags. If the abort flag is set
1897 // if the object hasn't been visited then push it onto the visit stack
2014 // push root to visit stack when following references
2047 // push root to visit stack when following references
2707 GrowableArray<oop>* _visit_stack; // the visit stack
2744 // visit an object
2745 inline bool visit(oo
3209 bool VM_HeapWalkOperation::visit(oop o) { function in class:VM_HeapWalkOperation
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java20 * or visit www.oracle.com if you need additional information or have any
712 public void visit(Bytecode instr) {
965 public void visit(long currentPc, Instruction instr) { method in class:HTMLGenerator.RawCodeVisitor
1456 public void visit(long currentPc, Instruction instr) {
1546 public void visit(long currentPc, Instruction instr) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java20 * or visit www.oracle.com if you need additional information or have any
377 public void visit(Klass k) {
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DBoundMethodHandle.java22 * or visit www.oracle.com if you need additional information or have any
586 cw.visit(V1_6, ACC_PUBLIC + ACC_FINAL + ACC_SUPER, className, null, BMH, null);
H A DInvokerBytecodeGenerator.java22 * or visit www.oracle.com if you need additional information or have any
293 cw.visit(Opcodes.V1_6, Opcodes.ACC_PUBLIC + Opcodes.ACC_FINAL + Opcodes.ACC_SUPER, className, null, superName, null);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js22 * or visit www.oracle.com if you need additional information or have any
852 visit: function(other) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp20 * or visit www.oracle.com if you need additional information or have any
216 visitor.visit(op);
231 assert(n > 0, "should not visit operation otherwise");
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s20 # or visit www.oracle.com if you need additional information or have any
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s20 # or visit www.oracle.com if you need additional information or have any
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp20 * or visit www.oracle.com if you need additional information or have any
211 instr->visit(this);
H A Dc1_LinearScan.cpp20 * or visit www.oracle.com if you need additional information or have any
604 // visit operation to collect all operands
605 visitor.visit(op);
1359 // visit operation to collect all operands
1360 visitor.visit(op);
1373 // visit definitions (output and temp operands)
1389 // visit uses (input operands)
1703 // visit all registers where the live_at_edge bit is set
1874 // visit all registers where the live_in bit is set
1947 // visit al
[all...]
H A Dc1_Canonicalizer.cpp20 * or visit www.oracle.com if you need additional information or have any
34 void visit(Value* vp) { function in class:PrintValueVisitor
H A Dc1_LIRGenerator.cpp20 * or visit www.oracle.com if you need additional information or have any
381 instr->visit(this);
396 instr->visit(this);
H A Dc1_LIR.hpp20 * or visit www.oracle.com if you need additional information or have any
1137 LIR_Opr _method_handle_invoke_SP_save_opr; // Used in LIR_OpVisitState::visit to store the reference to FrameMap::method_handle_invoke_SP_save_opr.
2212 // Calling a LIR_Op's visit function with a LIR_OpVisitState causes
2338 void visit(LIR_Op* op);
H A Dc1_GraphBuilder.cpp20 * or visit www.oracle.com if you need additional information or have any
2111 i1->visit(&vne);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java22 * or visit www.oracle.com if you need additional information or have any
561 type.visit((XSVisitor)sw);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Disassembler.java20 * or visit www.oracle.com if you need additional information or have any
1550 visitor.visit(startPc + len, instr);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec22 * or visit www.oracle.com if you need additional information or have any
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java22 * or visit www.oracle.com if you need additional information or have any
305 Symbol site = visit(node.getExpression(), env);

Completed in 140 milliseconds

123456789