Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc208 builder.IfNot<HCompareObjectEqAndBranch, HValue*>(undefined, undefined); in BuildCodeUninitializedStub()
422 if_notundefined.IfNot<HCompareObjectEqAndBranch>( in BuildCodeStub()
486 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site, in BuildCodeStub()
696 can_store.IfNot<HIsSmiAndBranch>(argument); in BuildPushElement()
699 can_store.IfNot<HCompareMap>(argument, in BuildPushElement()
818 no_elements.IfNot<HCompareObjectEqAndBranch>(elements, empty); in BuildCodeStub()
992 equal_prototype.IfNot<HCompareObjectEqAndBranch>(prototype, in BuildCodeStub()
1243 is_valid.IfNot<HCompareObjectEqAndBranch>(mapped_index, in EmitKeyedSloppyArguments()
1474 if_objecthaselements.IfNot<HCompareObjectEqAndBranch>( in BuildCodeStub()
1809 map_check.IfNot<HCompareObjectEqAndBranch>(expected_map, map); in BuildCodeInitializedStub()
[all …]
/external/v8/src/crankshaft/
Dhydrogen.h1560 Condition* IfNot(HValue* p) { in IfNot() function
1567 Condition* IfNot(HValue* p1, P2 p2) { in IfNot() function
1574 Condition* IfNot(HValue* p1, P2 p2, P3 p3) { in IfNot() function
Dhydrogen.cc1669 if_builder.IfNot<HCompareObjectEqAndBranch>(elements, empty_fixed_array); in BuildTransitionElementsKind()
1965 if_update_with_internalized.IfNot<HIsSmiAndBranch>(candidate_key); in BuildUncheckedDictionaryElementLoad()
1976 if_update_with_internalized.IfNot<HCompareObjectEqAndBranch>( in BuildUncheckedDictionaryElementLoad()
2211 HValue* keyisnotsmi = if_keyisnotsmi.IfNot<HIsSmiAndBranch>(key); in BuildNumberToString()
8133 is_not_function.IfNot<HCompareNumericAndBranch>( in BuildEnsureCallable()
12603 HValue* smicheck = if_proxy.IfNot<HIsSmiAndBranch>(value); in GenerateIsJSProxy()
12623 if_not_smi.IfNot<HIsSmiAndBranch>(object); in GenerateHasFastPackedElements()