Searched refs:IfNot (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 238 builder.IfNot<HCompareObjectEqAndBranch, HValue*>(undefined, undefined); in BuildCodeUninitializedStub() 450 if_notundefined.IfNot<HCompareObjectEqAndBranch>( in BuildCodeStub() 509 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site, in BuildCodeStub() 578 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site, in BuildCodeStub() 968 is_valid.IfNot<HCompareObjectEqAndBranch>(mapped_index, in EmitKeyedSloppyArguments() 1744 map_check.IfNot<HCompareObjectEqAndBranch>(expected_map, map); in BuildCodeInitializedStub() 1797 map_check.IfNot<HCompareObjectEqAndBranch>(expected_map, map); in BuildCodeInitializedStub() 1884 builder->IfNot<HCompareObjectEqAndBranch>(code_object, in BuildCheckAndInstallOptimizedCode() 2020 shared_code_check.IfNot<HCompareObjectEqAndBranch>( in BuildInstallFromOptimizedCodeMap()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1488 Condition* IfNot(HValue* p) { in IfNot() function 1495 Condition* IfNot(HValue* p1, P2 p2) { in IfNot() function 1502 Condition* IfNot(HValue* p1, P2 p2, P3 p3) { in IfNot() function
|
D | hydrogen.cc | 1437 if_builder.IfNot<HCompareObjectEqAndBranch>(elements, empty_fixed_array); in BuildTransitionElementsKind() 1736 if_update_with_internalized.IfNot<HIsSmiAndBranch>(candidate_key); in BuildUncheckedDictionaryElementLoad() 1747 if_update_with_internalized.IfNot<HCompareObjectEqAndBranch>( in BuildUncheckedDictionaryElementLoad() 1991 HValue* keyisnotsmi = if_keyisnotsmi.IfNot<HIsSmiAndBranch>(key); in BuildNumberToString() 3219 map_check.IfNot<HCompareObjectEqAndBranch>(expected_map, map); in BuildCompareNil() 12333 HValue* smicheck = if_proxy.IfNot<HIsSmiAndBranch>(value); in GenerateIsJSProxy() 12353 if_not_smi.IfNot<HIsSmiAndBranch>(object); in GenerateHasFastPackedElements()
|