Searched refs:ProxiesCodeStubAssembler (Results 1 – 2 of 2) sorted by relevance
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() argument207 TF_BUILTIN(ProxyRevocable, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument251 TF_BUILTIN(ProxyRevoke, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument283 TF_BUILTIN(CallProxy, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument337 TF_BUILTIN(ConstructProxy, ProxiesCodeStubAssembler) { in TF_BUILTIN() argument[all …]
15 class ProxiesCodeStubAssembler : public CodeStubAssembler {17 explicit ProxiesCodeStubAssembler(compiler::CodeAssemblerState* state) in ProxiesCodeStubAssembler() function