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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp421 Bytecode_tableswitch::Bytecode_tableswitch(const ciBytecodeStream* stream): Bytecode(stream) { verify(); } function in class:Bytecode_tableswitch
H A DciMethodBlocks.cpp178 Bytecode_tableswitch sw(&s);
H A DbcEscapeAnalyzer.cpp785 Bytecode_tableswitch sw(&s);
H A DciTypeFlow.cpp1705 Bytecode_tableswitch tableswitch(str);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp114 int Bytecode_tableswitch::dest_offset_at(int i) const {
251 void Bytecode_tableswitch::verify() const {
H A Dbytecode.hpp175 class Bytecode_tableswitch: public Bytecode { class in inherits:Bytecode
177 Bytecode_tableswitch(methodOop method, address bcp): Bytecode(method, bcp) { verify(); } function in class:Bytecode_tableswitch
179 inline Bytecode_tableswitch(const ciBytecodeStream* stream);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp409 Bytecode_tableswitch sw(stream->method()(), stream->bcp());
426 Bytecode_tableswitch sw(stream->method()(), stream->bcp());
H A DgenerateOopMap.cpp537 { Bytecode_tableswitch tableswitch(method(), bcs->bcp());
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp289 Bytecode_tableswitch tableswitch(&bytes);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp326 Bytecode_tableswitch sw(&s);
1287 Bytecode_tableswitch sw(stream());

Completed in 5172 milliseconds