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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2352 void LIR_Assembler::arith_fpu_implementation(LIR_Code code, int left_index, int right_index, int dest_index, bool pop_fpu_stack) { argument
2353 assert(pop_fpu_stack || (left_index == dest_index || right_index == dest_index), "invalid LIR");
2354 assert(!pop_fpu_stack || (left_index - 1 == dest_index || right_index - 1 == dest_index), "invalid LIR");
2358 bool dest_is_tos = (dest_index == 0);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1990 int dest_index = 0; local
1991 dest[dest_index++] = 'L';
1993 dest[dest_index++] = src[src_index++];
1995 dest[dest_index++] = ';';
1996 dest[dest_index] = '\0';

Completed in 82 milliseconds