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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_64.cpp302 intptr_t* _fp_identifiers; member in class:SlowSignatureHandler
350 *_fp_identifiers |= (intptr_t)(0x01 << (_num_args*2)); // mark as float
364 *_fp_identifiers |= (intptr_t)(0x3 << (_num_args*2)); // mark as double
379 _fp_identifiers = to - 2;
381 *(int*) _fp_identifiers = 0;
393 intptr_t* _fp_identifiers; member in class:SlowSignatureHandler
456 *_fp_identifiers |= (1 << _num_fp_args); // mark as double
472 _fp_identifiers = to - 10;
473 *(int*) _fp_identifiers = 0;

Completed in 347 milliseconds