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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp468 bool is_vreg_flag_set(int vreg_num, VregFlag f);
470 bool is_vreg_flag_set(LIR_Opr opr, VregFlag f) { return is_vreg_flag_set(opr->vreg_number(), f); } function in class:LIRGenerator
H A Dc1_LIRGenerator.cpp1363 bool LIRGenerator::is_vreg_flag_set(int vreg_num, VregFlag f) { function in class:LIRGenerator

Completed in 54 milliseconds