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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp42 int argument_count() const { function in class:SignatureHandler
55 return *(argument_types() + argument_count());
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp463 int argument_count() { return dep_args(type()); } function in class:Dependencies::DepStream
464 int argument_index(int i) { assert(0 <= i && i < argument_count(), "oob");
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2666 // length*{bootstrap_method_index, argument_count*{argument_index}}
2689 u2 argument_count = cfs->get_u2_fast(); local
2697 operands->short_at_put(operand_fill_index++, argument_count);
2699 cfs->guarantee_more(sizeof(u2) * argument_count, CHECK); // argv[argc]
2700 for (int j = 0; j < argument_count; j++) {

Completed in 48 milliseconds