Home
last modified time | relevance | path

Searched refs:GetTemplateObject (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.cpp27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject() function in panda::es2panda::compiler::Literals
75 pg->GetTemplateObject(lit, templateArg); in GetTemplateObject()
Dliterals.h94 static void GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit);
/arkcompiler/ets_runtime/ecmascript/
Dtemplate_string.h24 …static JSHandle<JSTaggedValue> GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue> templat…
Dtemplate_string.cpp27 JSHandle<JSTaggedValue> TemplateString::GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue>… in GetTemplateObject() function in panda::ecmascript::TemplateString
Druntime_call_id.h116 V(GetTemplateObject) \
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_string_test.cpp64 HWTEST_F_L0(TemplateStringTest, GetTemplateObject) in HWTEST_F_L0() argument
98 …JSHandle<JSTaggedValue> templateObject = TemplateString::GetTemplateObject(thread, templateLiteral… in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.cpp66 compiler::Literals::GetTemplateObject(pg, this); in Compile()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h106 static JSTaggedValue GetTemplateObject(JSThread *thread, JSTaggedValue literal);
Dslow_runtime_stub.cpp718 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject() function in panda::ecmascript::SlowRuntimeStub
720 INTERPRETER_TRACE(thread, GetTemplateObject); in GetTemplateObject()
Dinterpreter-inl.h5028 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in RunInternal()
5037 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in RunInternal()
5049 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in RunInternal()
Dinterpreter_assembly.cpp2006 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in HandleGettemplateobjectImm8()
2984 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, obj); in HandleGettemplateobjectImm16()
4445 JSTaggedValue res = SlowRuntimeStub::GetTemplateObject(thread, literal); in HandleDeprecatedGettemplateobjectPrefV8()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h402 void GetTemplateObject(const ir::AstNode *node, VReg value);
Dpandagen.cpp1461 void PandaGen::GetTemplateObject(const ir::AstNode *node, VReg value) in GetTemplateObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h173 V(GetTemplateObject) \
Druntime_stubs.cpp570 DEF_RUNTIME_STUBS(GetTemplateObject) in DEF_RUNTIME_STUBS() argument
572 RUNTIME_STUBS_HEADER(GetTemplateObject); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h196 JSHandle<JSTaggedValue> templateObj = TemplateString::GetTemplateObject(thread, literal); in RuntimeGetTemplateObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1083 GateRef result = CallRuntime(glue, RTSTUB_ID(GetTemplateObject), { literal }); in DECLARE_ASM_HANDLER()
1090 GateRef result = CallRuntime(glue, RTSTUB_ID(GetTemplateObject), { literal }); in DECLARE_ASM_HANDLER()
1097 GateRef result = CallRuntime(glue, RTSTUB_ID(GetTemplateObject), { literal }); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp1507 const int id = RTSTUB_ID(GetTemplateObject); in LowerGetTemplateObject()