Lines Matching refs:WordEqual
734 Node* is_megamorphic = WordEqual( in CollectCallableFeedback()
743 Node* is_uninitialized = WordEqual( in CollectCallableFeedback()
782 Branch(WordEqual(LoadNativeContext(context), current_native_context), in CollectCallableFeedback()
946 Node* is_megamorphic = WordEqual( in Construct()
968 GotoIfNot(WordEqual(target, array_function), &mark_megamorphic); in Construct()
969 GotoIfNot(WordEqual(new_target, array_function), &mark_megamorphic); in Construct()
979 WordEqual(feedback, LoadRoot(Heap::kuninitialized_symbolRootIndex)); in Construct()
1010 Branch(WordEqual(LoadNativeContext(context), current_native_context), in Construct()
1027 GotoIfNot(WordEqual(target, new_target), &store_weak_reference); in Construct()
1030 Branch(WordEqual(target, array_function), &create_allocation_site, in Construct()
1125 Node* is_megamorphic = WordEqual( in ConstructWithSpread()
1142 WordEqual(feedback, LoadRoot(Heap::kuninitialized_symbolRootIndex)); in ConstructWithSpread()
1173 Branch(WordEqual(LoadNativeContext(context), current_native_context), in ConstructWithSpread()
1332 JumpConditional(WordEqual(lhs, rhs), delta); in JumpIfWordEqual()
1353 Node* is_star = WordEqual(target_bytecode, star_bytecode); in StarDispatchLookahead()
1510 Branch(WordEqual(lhs, rhs), &ok, &abort); in AbortIfWordNotEqual()
1557 Node* counter_reached_max = WordEqual( in TraceBytecodeDispatch()