Searched refs:isCall (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DInstruction.java41 public boolean isCall(); method in interface:Instruction
H A DAbstractInstruction.java63 public boolean isCall() { method in class:AbstractInstruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCCallInstruction.java51 public boolean isCall() { method in class:SPARCCallInstruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86CallInstruction.java62 public boolean isCall() { method in class:X86CallInstruction
H A DX86Instruction.java82 public boolean isCall() { method in class:X86Instruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java967 if (instr.isCall()) {
1458 if (instr.isCall()) {
1548 if (instr.isCall()) {

Completed in 41 milliseconds