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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp412 static VMRegPair* find_callee_arguments(Symbol* sig, bool has_receiver, int *arg_size);
H A Dframe.cpp1040 _regs = SharedRuntime::find_callee_arguments(signature, has_receiver, &arg_size);
H A DsharedRuntime.cpp2730 VMRegPair *SharedRuntime::find_callee_arguments(Symbol* sig, bool has_receiver, int* arg_size) { function in class:SharedRuntime

Completed in 46 milliseconds