Searched defs:Bytecode_lookupswitch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp420 Bytecode_lookupswitch::Bytecode_lookupswitch(const ciBytecodeStream* stream): Bytecode(stream) { verify(); } function in class:Bytecode_lookupswitch
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp159 class Bytecode_lookupswitch: public Bytecode { class in inherits:Bytecode
161 Bytecode_lookupswitch(methodOop method, address bcp): Bytecode(method, bcp) { verify(); } function in class:Bytecode_lookupswitch
163 inline Bytecode_lookupswitch(const ciBytecodeStream* stream);

Completed in 32 milliseconds