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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp34 // ciBytecodeStream
41 class ciBytecodeStream : StackObj { class in inherits:StackObj
90 ciBytecodeStream(ciMethod* m) { function in class:ciBytecodeStream
94 ciBytecodeStream() { function in class:ciBytecodeStream
132 // ciBytecodeStream iter(m);
133 // while (iter.next() != ciBytecodeStream::EOBC()) { ... }
419 Bytecode::Bytecode(const ciBytecodeStream* stream, address bcp): _bcp(bcp != NULL ? bcp : stream->cur_bcp()), _code(Bytecodes::code_at(NULL, addr_at(0))) {}
420 Bytecode_lookupswitch::Bytecode_lookupswitch(const ciBytecodeStream* stream): Bytecode(stream) { verify(); }
421 Bytecode_tableswitch::Bytecode_tableswitch(const ciBytecodeStream* stream): Bytecode(stream) { verify(); }

Completed in 1119 milliseconds