Home
last modified time | relevance | path

Searched refs:NewSendableEnv (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h403 V(NewSendableEnv) \
H A Druntime_stubs.cpp2728 DEF_RUNTIME_STUBS(NewSendableEnv) in DEF_RUNTIME_STUBS()
2730 RUNTIME_STUBS_HEADER(NewSendableEnv); in DEF_RUNTIME_STUBS()
H A Druntime_stubs-inl.h2231 JSHandle<SendableEnv> newEnv = factory->NewSendableEnv(numVars);
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h73 static JSTaggedValue NewSendableEnv(JSThread *thread, uint16_t numVars);
H A Dslow_runtime_stub.cpp387 JSTaggedValue SlowRuntimeStub::NewSendableEnv(JSThread *thread, uint16_t numVars) in NewSendableEnv() function in panda::ecmascript::SlowRuntimeStub
389 INTERPRETER_TRACE(thread, NewSendableEnv); in NewSendableEnv()
H A Dinterpreter-inl.cpp7635 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars); in RunInternal()
7648 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars); in RunInternal()
H A Dinterpreter_assembly.cpp6664 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars);
6681 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h432 void NewSendableEnv(const ir::AstNode *node, uint32_t num);
H A Dpandagen.cpp262 NewSendableEnv(node, topScope_->SendableSlots()); in InitializeLexEnv()
2027 void PandaGen::NewSendableEnv(const ir::AstNode * node, uint32_t num) in NewSendableEnv() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h892 JSHandle<SendableEnv> NewSendableEnv(int numSlots);
H A Druntime_call_id.h99 V(NewSendableEnv) \
H A Dshared_object_factory.cpp912 JSHandle<SendableEnv> ObjectFactory::NewSendableEnv(int numSlots) in NewSendableEnv() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp5724 GateRef res = CallRuntime(glue, RTSTUB_ID(NewSendableEnv), in DECLARE_ASM_HANDLER()
5741 GateRef res = CallRuntime(glue, RTSTUB_ID(NewSendableEnv), in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp2305 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(NewSendableEnv), args, true); in LowerNewSendableEnv()

Completed in 82 milliseconds