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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp464 int argument_index(int i) { assert(0 <= i && i < argument_count(), "oob"); function in class:Dependencies::DepStream
466 oop argument(int i); // => recorded_oop_at(argument_index(i))
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2666 // length*{bootstrap_method_index, argument_count*{argument_index}}
2701 u2 argument_index = cfs->get_u2_fast(); local
2703 valid_cp_range(argument_index, cp_size) &&
2704 cp->tag_at(argument_index).is_loadable_constant(),
2705 "argument_index %u has bad constant type in class file %s",
2706 argument_index,
2708 operands->short_at_put(operand_fill_index++, argument_index);

Completed in 35 milliseconds