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

/openjdk9/hotspot/src/share/vm/ci/
H A DciSignature.hpp66 int arg_size_for_bc(Bytecodes::Code bc) { return size() + (Bytecodes::has_receiver(bc) ? 1 : 0); } function in class:ciSignature

Completed in 78 milliseconds