Lines Matching refs:ProxiesCodeStubAssembler
16 void ProxiesCodeStubAssembler::GotoIfRevokedProxy(Node* object, in GotoIfRevokedProxy()
25 Node* ProxiesCodeStubAssembler::AllocateProxy(Node* target, Node* handler, in AllocateProxy()
68 Node* ProxiesCodeStubAssembler::AllocateJSArrayForCodeStubArguments( in AllocateJSArrayForCodeStubArguments()
124 Node* ProxiesCodeStubAssembler::CreateProxyRevokeFunctionContext( in CreateProxyRevokeFunctionContext()
133 Node* ProxiesCodeStubAssembler::AllocateProxyRevokeFunction(Node* proxy, in AllocateProxyRevokeFunction()
149 TF_BUILTIN(ProxyConstructor, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
207 TF_BUILTIN(ProxyRevocable, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
251 TF_BUILTIN(ProxyRevoke, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
283 TF_BUILTIN(CallProxy, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
337 TF_BUILTIN(ConstructProxy, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
404 TF_BUILTIN(ProxyHasProperty, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
480 TF_BUILTIN(ProxyGetProperty, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
542 TF_BUILTIN(ProxySetProperty, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument
638 void ProxiesCodeStubAssembler::CheckGetSetTrapResult( in CheckGetSetTrapResult()
741 void ProxiesCodeStubAssembler::CheckHasTrapResult(Node* context, Node* target, in CheckHasTrapResult()