Searched refs:NewSendableEnv (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 403 V(NewSendableEnv) \
|
H A D | runtime_stubs.cpp | 2728 DEF_RUNTIME_STUBS(NewSendableEnv) in DEF_RUNTIME_STUBS() 2730 RUNTIME_STUBS_HEADER(NewSendableEnv); in DEF_RUNTIME_STUBS()
|
H A D | runtime_stubs-inl.h | 2231 JSHandle<SendableEnv> newEnv = factory->NewSendableEnv(numVars);
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 73 static JSTaggedValue NewSendableEnv(JSThread *thread, uint16_t numVars);
|
H A D | slow_runtime_stub.cpp | 387 JSTaggedValue SlowRuntimeStub::NewSendableEnv(JSThread *thread, uint16_t numVars) in NewSendableEnv() function in panda::ecmascript::SlowRuntimeStub 389 INTERPRETER_TRACE(thread, NewSendableEnv); in NewSendableEnv()
|
H A D | interpreter-inl.cpp | 7635 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars); in RunInternal() 7648 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars); in RunInternal()
|
H A D | interpreter_assembly.cpp | 6664 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars); 6681 JSTaggedValue res = SlowRuntimeStub::NewSendableEnv(thread, numVars);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 432 void NewSendableEnv(const ir::AstNode *node, uint32_t num);
|
H A D | pandagen.cpp | 262 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 D | object_factory.h | 892 JSHandle<SendableEnv> NewSendableEnv(int numSlots);
|
H A D | runtime_call_id.h | 99 V(NewSendableEnv) \
|
H A D | shared_object_factory.cpp | 912 JSHandle<SendableEnv> ObjectFactory::NewSendableEnv(int numSlots) in NewSendableEnv() function in panda::ecmascript::ObjectFactory
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 5724 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 D | slowpath_lowering.cpp | 2305 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(NewSendableEnv), args, true); in LowerNewSendableEnv()
|
Completed in 82 milliseconds