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

/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.hpp593 int argument_index(int i) { assert(0 <= i && i < argument_count(), "oob"); function in class:Dependencies::DepStream
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3238 const u2 argument_index = cfs->get_u2_fast(); local

Completed in 100 milliseconds