Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc210 builder.IfNot<HCompareObjectEqAndBranch, HValue*>(undefined, undefined); in BuildCodeUninitializedStub()
343 can_store.IfNot<HIsSmiAndBranch>(argument); in BuildPushElement()
346 can_store.IfNot<HCompareMap>(argument, in BuildPushElement()
466 no_elements.IfNot<HCompareObjectEqAndBranch>(elements, empty); in BuildCodeStub()
640 equal_prototype.IfNot<HCompareObjectEqAndBranch>(prototype, in BuildCodeStub()
850 if_objecthaselements.IfNot<HCompareObjectEqAndBranch>( in BuildCodeStub()
/external/v8/src/crankshaft/
Dhydrogen.h1528 Condition* IfNot(HValue* p) { in IfNot() function
1535 Condition* IfNot(HValue* p1, P2 p2) { in IfNot() function
1542 Condition* IfNot(HValue* p1, P2 p2, P3 p3) { in IfNot() function
Dhydrogen.cc1734 if_update_with_internalized.IfNot<HIsSmiAndBranch>(candidate_key); in BuildUncheckedDictionaryElementLoad()
1745 if_update_with_internalized.IfNot<HCompareObjectEqAndBranch>( in BuildUncheckedDictionaryElementLoad()
1917 HValue* keyisnotsmi = if_keyisnotsmi.IfNot<HIsSmiAndBranch>(key); in BuildNumberToString()
7654 is_not_function.IfNot<HCompareNumericAndBranch>( in BuildEnsureCallable()
12060 HValue* smicheck = if_proxy.IfNot<HIsSmiAndBranch>(value); in GenerateIsJSProxy()
12080 if_not_smi.IfNot<HIsSmiAndBranch>(object); in GenerateHasFastPackedElements()