Searched refs:cur_bc (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp164 switch(cur_bc()) {
200 switch (cur_bc()) {
265 assert(cur_bc() == Bytecodes::_getfield ||
266 cur_bc() == Bytecodes::_putfield ||
267 cur_bc() == Bytecodes::_getstatic ||
268 cur_bc() == Bytecodes::_putstatic, "wrong bc");
338 switch (cur_bc()) {
364 ciMethod* m = env->get_method_by_index(cpool, get_method_index(), cur_bc(), _holder);
445 if (cur_bc() == Bytecodes::_invokedynamic)
H A DciStreams.hpp125 Bytecodes::Code cur_bc() const{ return check_java(_bc); } function in class:ciBytecodeStream
H A DciTypeFlow.cpp206 Bytecodes::Code code = str->cur_bc();
653 if (str->cur_bc() == Bytecodes::_invokedynamic) {
870 Bytecodes::name(str->cur_bc()));
873 switch(str->cur_bc()) {
1661 switch (str->cur_bc()) {
2146 if (!Bytecodes::can_trap(str.cur_bc())) return false;
2148 switch (str.cur_bc()) {
2337 if (str.cur_bc() == Bytecodes::_monitorenter) {
H A DciMethodBlocks.cpp130 switch (s.cur_bc()) {
H A DbcEscapeAnalyzer.cpp364 switch (s.cur_bc()) {
836 if (s.cur_bc() != Bytecodes::_getstatic) {
860 if (s.cur_bc() != Bytecodes::_putstatic) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp63 return iter()->cur_bc();
H A DsharkInliner.cpp109 return iter()->cur_bc();
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp376 Bytecodes::Code bc() const { return _iter.cur_bc(); }
H A DbytecodeInfo.cpp427 Bytecodes::Code call_bc = iter.cur_bc();
H A Dparse2.cpp953 Bytecodes::name(iter().cur_bc()), iter().cur_bci());
957 int bc_depth = - Bytecodes::depth(iter().cur_bc());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp202 Bytecodes::Code code() const { return stream()->cur_bc(); }
H A Dc1_GraphBuilder.cpp238 if (has_xhandlers && GraphBuilder::can_trap(method(), s.cur_bc())) {
242 switch (s.cur_bc()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp655 switch (instruction->cur_bc()) {
933 tty->print("unexpected opcode: %d\n", instruction->cur_bc());

Completed in 129 milliseconds