Home | History | Annotate | Download | only in src

Lines Matching refs:Verify

121   Verify();
168 Verify();
178 Verify();
192 void Range::Verify() const {
205 Verify();
538 void HInstruction::Verify() {
539 // Verify that input operands are defined before use.
560 // Verify that instructions that may have side-effects are followed
566 // Verify that instructions that can be eliminated by GVN have overridden
1599 void HPhi::Verify() {
1611 void HSimulate::Verify() {
1612 HInstruction::Verify();
1617 void HBoundsCheck::Verify() {
1618 HInstruction::Verify();
1622 void HCheckSmi::Verify() {
1623 HInstruction::Verify();
1628 void HCheckNonSmi::Verify() {
1629 HInstruction::Verify();
1634 void HCheckInstanceType::Verify() {
1635 HInstruction::Verify();
1640 void HCheckMap::Verify() {
1641 HInstruction::Verify();
1646 void HCheckFunction::Verify() {
1647 HInstruction::Verify();
1652 void HCheckPrototypeMaps::Verify() {
1653 HInstruction::Verify();