Searched refs:as_OpLabel (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1086 virtual LIR_OpLabel* as_OpLabel() { return NULL; } function in class:LIR_Op
1199 virtual LIR_OpLabel* as_OpLabel() { return this; } function in class:LIR_OpLabel
H A Dc1_LIR.cpp494 assert(op->as_OpLabel() != NULL, "must be");
H A Dc1_LinearScan.cpp1736 assert(from_block->lir()->instructions_list()->at(0)->as_OpLabel() != NULL, "block does not start with a label");

Completed in 544 milliseconds