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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp74 static int get_index_u4(JavaThread *thread, Bytecodes::Code bc) function in class:InterpreterRuntime
75 { return bytecode(thread).get_index_u4(bc); }
H A Dbytecode.hpp105 int get_index_u4(Bytecodes::Code bc) const { function in class:Bytecode
H A DbytecodeTracer.cpp63 int get_index_u4() { int i=Bytes::get_native_u4(_next_pc); _next_pc+=4; return i; } function in class:BytecodePrinter
548 print_field_or_method(get_index_u4(), st);
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp184 int get_index_u4() const { function in class:ciBytecodeStream
185 return bytecode().get_index_u4(cur_bc_raw());

Completed in 1082 milliseconds