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

/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc212 builder.IfNot<HCompareObjectEqAndBranch, HValue*>(undefined, undefined);
344 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
409 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
683 is_valid.IfNot<HCompareObjectEqAndBranch>(mapped_index,
H A Dhydrogen.h1514 Condition* IfNot(HValue* p) { function in class:v8::internal::HGraphBuilder::FINAL
1521 Condition* IfNot(HValue* p1, P2 p2) { function in class:v8::internal::HGraphBuilder::FINAL
1528 Condition* IfNot(HValue* p1, P2 p2, P3 p3) { function in class:v8::internal::HGraphBuilder::FINAL
H A Dhydrogen.cc1414 if_builder.IfNot<HCompareObjectEqAndBranch>(elements, empty_fixed_array);
1729 if_update_with_internalized.IfNot<HIsSmiAndBranch>(candidate_key);
1740 if_update_with_internalized.IfNot<HCompareObjectEqAndBranch>(
1956 HValue* keyisnotsmi = if_keyisnotsmi.IfNot<HIsSmiAndBranch>(key);

Completed in 139 milliseconds