Searched refs:argcount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp266 if (index < argcount()) {
272 ByteSize offset = sp_offset_for_spill(index - argcount());
280 if (index >= argcount()) {
H A Dc1_FrameMap.hpp205 int argcount () const { assert(_argcount >= 0, "not set"); return _argcount; } function in class:FrameMap
H A Dc1_LinearScan.cpp252 int result = spill_slot + LinearScan::nof_regs + frame_map()->argcount();
2480 _scope_value_cache = ScopeValueArray((LinearScan::nof_cpu_regs + frame_map()->argcount() + max_spills()) * 2, NULL);
3720 BitMap used_regs(LinearScan::nof_regs + allocator()->frame_map()->argcount() + allocator()->max_spills());

Completed in 48 milliseconds