Searched refs:n_call (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp87 NativeCall* n_call = nativeCall_at (instr_addr); // checking that it is a call local
104 n_call->wrote(0);
109 n_call->wrote(4);
114 n_call->wrote(0);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp159 NativeCall* n_call = nativeCall_at (instr_addr); // checking that it is a call local
163 int* contention_addr = (int*) n_call->addr_at(1*BytesPerInstWord);
168 n_call->set_long_at(1*BytesPerInstWord, i1);
169 n_call->set_long_at(0*BytesPerInstWord, i0);

Completed in 1924 milliseconds