Searched refs:CreateObjectWithExcludedKeys (Results 1 – 11 of 11) sorted by relevance
/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_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 64 …static JSTaggedValue CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValu…
|
D | slow_runtime_stub.cpp | 353 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys() function in panda::ecmascript::SlowRuntimeStub 356 INTERPRETER_TRACE(thread, CreateObjectWithExcludedKeys); in CreateObjectWithExcludedKeys()
|
D | interpreter-inl.h | 3910 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal() 3924 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal()
|
D | interpreter_assembly.cpp | 2128 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in HandleCreateobjectwithexcludedkeysImm8V8V8() 3928 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 423 …void CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCoun…
|
D | pandagen.cpp | 1647 void PandaGen::CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_… in CreateObjectWithExcludedKeys() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 258 V(CreateObjectWithExcludedKeys) \
|
D | runtime_stubs.cpp | 1677 DEF_RUNTIME_STUBS(CreateObjectWithExcludedKeys) in DEF_RUNTIME_STUBS() argument 1679 RUNTIME_STUBS_HEADER(CreateObjectWithExcludedKeys); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 121 V(CreateObjectWithExcludedKeys) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 326 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in DECLARE_ASM_HANDLER() 336 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in DECLARE_ASM_HANDLER()
|