Home
last modified time | relevance | path

Searched defs:NewSendableEnv (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/sendable/
Dsendable_dynamic.cpp393 TEST_F(LibAbcKitCreateDynSendable, NewSendableEnv) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp970 JSHandle<SendableEnv> ObjectFactory::NewSendableEnv(int numSlots) in NewSendableEnv() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2054 void PandaGen::NewSendableEnv(const ir::AstNode * node, uint32_t num) in NewSendableEnv() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp387 JSTaggedValue SlowRuntimeStub::NewSendableEnv(JSThread *thread, uint16_t numVars) in NewSendableEnv() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2760 DEF_RUNTIME_STUBS(NewSendableEnv) in DEF_RUNTIME_STUBS() argument