Home
last modified time | relevance | path

Searched refs:CreateObjectWithExcludedKeys (Results 1 – 11 of 11) 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_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h64 …static JSTaggedValue CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValu…
Dslow_runtime_stub.cpp353 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys() function in panda::ecmascript::SlowRuntimeStub
356 INTERPRETER_TRACE(thread, CreateObjectWithExcludedKeys); in CreateObjectWithExcludedKeys()
Dinterpreter-inl.h3910 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal()
3924 …JSTaggedValue res = SlowRuntimeStub::CreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRe… in RunInternal()
Dinterpreter_assembly.cpp2128 …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/
Dpandagen.h423 …void CreateObjectWithExcludedKeys(const ir::AstNode *node, VReg obj, VReg argStart, size_t argCoun…
Dpandagen.cpp1647 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/
Druntime_stubs.h258 V(CreateObjectWithExcludedKeys) \
Druntime_stubs.cpp1677 DEF_RUNTIME_STUBS(CreateObjectWithExcludedKeys) in DEF_RUNTIME_STUBS() argument
1679 RUNTIME_STUBS_HEADER(CreateObjectWithExcludedKeys); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h121 V(CreateObjectWithExcludedKeys) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp326 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in DECLARE_ASM_HANDLER()
336 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateObjectWithExcludedKeys), in DECLARE_ASM_HANDLER()