Lines Matching refs:WordEqual
124 Branch(WordEqual(constructor, in TF_BUILTIN()
632 GotoIfNot(WordEqual(promise_fun, constructor), if_slow); in BranchIfPromiseResolveLookupChainIntact()
644 GotoIfNot(WordEqual(LoadMapPrototype(promise_map), promise_prototype), in BranchIfPromiseSpeciesLookupChainIntact()
658 GotoIfNot(WordEqual(LoadMapPrototype(receiver_map), promise_prototype), in BranchIfPromiseThenLookupChainIntact()
693 Branch(WordEqual(native_context, native_function_context), &has_access, in BranchIfAccessCheckFailed()
699 Branch(WordEqual(CallRuntime(Runtime::kAllowDynamicFunction, context, in BranchIfAccessCheckFailed()
843 Branch(WordEqual(promise_fun, new_target), &if_targetisnotmodified, in TF_BUILTIN()
978 Branch(WordEqual(constructor, promise_fun), &fast_promise_capability, in TF_BUILTIN()
1082 GotoIfNot(WordEqual(then, promise_then), &if_slow); in TF_BUILTIN()
1314 GotoIfNot(WordEqual(LoadMapPrototype(value_map), promise_prototype), in TF_BUILTIN()
1321 GotoIfNot(WordEqual(promise_fun, constructor), &if_slow_constructor); in TF_BUILTIN()
1330 GotoIfNot(WordEqual(value_constructor, constructor), &if_need_to_allocate); in TF_BUILTIN()
1337 Branch(WordEqual(promise_fun, constructor), &if_nativepromise, in TF_BUILTIN()
1408 Branch(WordEqual(promise_fun, receiver), &if_nativepromise, in TF_BUILTIN()
1746 GotoIf(WordEqual(promise, resolution), &if_runtime); in TF_BUILTIN()
1764 Branch(WordEqual(LoadMapPrototype(resolution_map), promise_prototype), in TF_BUILTIN()
1787 Branch(WordEqual(resolution_map, iterator_result_map), &if_fulfill, in TF_BUILTIN()