Home
last modified time | relevance | path

Searched refs:CreateObjectWithExcludedKeys (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp185 pg->CreateObjectWithExcludedKeys(element, rhs, defaultProp, 0); in GenObjectWithRest()
196 pg->CreateObjectWithExcludedKeys(element, rhs, propStart, properties.size() - 1); in GenObjectWithRest()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp200 pg->CreateObjectWithExcludedKeys(element, rhs, propStart, properties.size() - 1); in GenObjectWithRest()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h378 V(CreateObjectWithExcludedKeys) \
Druntime_stubs.cpp2517 DEF_RUNTIME_STUBS(CreateObjectWithExcludedKeys) in DEF_RUNTIME_STUBS() argument
2519 RUNTIME_STUBS_HEADER(CreateObjectWithExcludedKeys); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h64 …static JSTaggedValue CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValu…
Dslow_runtime_stub.cpp328 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys() function in panda::ecmascript::SlowRuntimeStub
331 INTERPRETER_TRACE(thread, CreateObjectWithExcludedKeys); in CreateObjectWithExcludedKeys()
Dinterpreter-inl.cpp4014 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal()
4028 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal()
Dinterpreter_assembly.cpp2155 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in HandleCreateobjectwithexcludedkeysImm8V8V8()
3998 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h200 …void CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCoun…
Dpandagen.cpp1502 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h406 …void CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCoun…
Dpandagen.cpp1719 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h132 V(CreateObjectWithExcludedKeys ) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp636 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in DECLARE_ASM_HANDLER()
646 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp737 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in GenerateCircuit()
3613 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in GenerateCircuit()