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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp254 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, BlockBegin* block) function in class:LIR_OpBranch
264 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, CodeStub* stub) : function in class:LIR_OpBranch
274 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, BlockBegin* block, BlockBegin* ublock) function in class:LIR_OpBranch
[all...]
H A Dc1_LIR.hpp1408 class LIR_OpBranch: public LIR_Op { class in inherits:LIR_Op
1420 LIR_OpBranch(LIR_Condition cond, BasicType type, Label* lbl) function in class:LIR_OpBranch
[all...]

Completed in 65 milliseconds