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

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp604 int cpc_index = reconstituted_code->byte_at(bci + 1) & 0xff; variable
612 int cpc_index = Bytes::get_native_u2((address) reconstituted_code->byte_at_addr(bci + 1)); variable
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.cpp646 int cpc_index = operand; local

Completed in 95 milliseconds