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

/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp156 int new_bci = new_location - new_method->code_base(); local
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } argument
/openjdk9/hotspot/src/share/vm/runtime/
H A Drelocator.cpp349 int new_bci = bci + delta; local

Completed in 47 milliseconds