Home
last modified time | relevance | path

Searched refs:ProxiesCodeStubAssembler (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-proxy-gen.cc16 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
[all …]
Dbuiltins-proxy-gen.h15 class ProxiesCodeStubAssembler : public CodeStubAssembler {
17 explicit ProxiesCodeStubAssembler(compiler::CodeAssemblerState* state) in ProxiesCodeStubAssembler() function