Searched refs:LookupswitchPair (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DLookupswitchPair.java29 public class LookupswitchPair extends Bytecode { class in inherits:Bytecode
30 LookupswitchPair(Method method, int bci) { method in class:LookupswitchPair
H A DBytecodeLookupswitch.java38 public LookupswitchPair pairAt(int i) {
42 return new LookupswitchPair(method, bci + alignedOffset(1 + (1 + i)*2*jintSize));
89 LookupswitchPair pair = pairAt(i);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.hpp30 static int binary_search(int key, LookupswitchPair* array, int n);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp145 class LookupswitchPair VALUE_OBJ_CLASS_SPEC {
153 LookupswitchPair(address bcp): _bcp(bcp) {} function in class:VALUE_OBJ_CLASS_SPEC
169 LookupswitchPair pair_at(int i) const {
171 return LookupswitchPair(aligned_addr_at(1 + (1 + i)*2*jintSize));
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp314 LookupswitchPair pair = lookupswitch.pair_at(npairs);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp447 LookupswitchPair pair = sw.pair_at(count);
H A DgenerateOopMap.cpp552 LookupswitchPair pair = lookupswitch.pair_at(npairs);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java2096 LookupswitchPair pair = lookupswitch.pairAt(npairs);
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp1734 LookupswitchPair pair = lookupswitch.pair_at(npairs);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1334 LookupswitchPair pair = sw.pair_at(0);
1348 LookupswitchPair pair = sw.pair_at(i);

Completed in 4083 milliseconds