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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp476 __ ld_ptr(Gargs, G0, Otos_i ); // get local 0
592 assert_different_registers(G2_thread, G5_method, Gargs, Gtmp1, Gtmp2);
627 __ add(Gargs, Gtmp2, Gargs); // points to first local + BytesPerWord
629 __ add(Gargs, -wordSize, Gargs); // points to first local[0]
1041 // Gargs - points to initial parameters (i.e. locals[0])
1131 // Gargs - &locals[0] (unbiased?)
1139 __ st_ptr(Gargs, XXX_STATE(_locals));
1493 __ add(args, Gtmp, Gargs); // point
1962 __ ld_ptr(STATE(_stack), Gargs); local
[all...]
H A Dassembler_sparc.hpp74 REGISTER_DECLARATION(Register, Gargs , G4); // pointing to the last argument
232 #define Gargs AS_REGISTER(Register, Gargs) macro
2582 // offset relative to Gargs of argument at tos[arg_slot].
2587 // Address of Gargs and argument_offset.

Completed in 37 milliseconds