Searched refs:orig_bytecode_at (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp1441 Bytecodes::Code methodOopDesc::orig_bytecode_at(int bci) const { function in class:methodOopDesc
1582 _orig_bytecode = m->orig_bytecode_at(_bci);
1591 code = method->orig_bytecode_at(_bci);
H A DmethodOop.hpp217 Bytecodes::Code orig_bytecode_at(int bci) const;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp99 return method->orig_bytecode_at(method->bci_from(bcp));
H A DinterpreterRuntime.cpp648 return method->orig_bytecode_at(method->bci_from(bcp));

Completed in 76 milliseconds