| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 185 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/ |
| D | destructuring.cpp | 200 pg->CreateObjectWithExcludedKeys(element, rhs, propStart, properties.size() - 1); in GenObjectWithRest()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 378 V(CreateObjectWithExcludedKeys) \
|
| D | runtime_stubs.cpp | 2517 DEF_RUNTIME_STUBS(CreateObjectWithExcludedKeys) in DEF_RUNTIME_STUBS() argument 2519 RUNTIME_STUBS_HEADER(CreateObjectWithExcludedKeys); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 64 …static JSTaggedValue CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValu…
|
| D | slow_runtime_stub.cpp | 328 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys() function in panda::ecmascript::SlowRuntimeStub 331 INTERPRETER_TRACE(thread, CreateObjectWithExcludedKeys); in CreateObjectWithExcludedKeys()
|
| D | interpreter-inl.cpp | 4014 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal() 4028 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal()
|
| D | interpreter_assembly.cpp | 2155 …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/ |
| D | pandagen.h | 200 …void CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCoun…
|
| D | pandagen.cpp | 1502 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/ |
| D | pandagen.h | 406 …void CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCoun…
|
| D | pandagen.cpp | 1719 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 132 V(CreateObjectWithExcludedKeys ) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 636 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/ |
| D | baseline_stubs.cpp | 737 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in GenerateCircuit() 3613 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in GenerateCircuit()
|