/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | literals.cpp | 27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject() function in panda::es2panda::compiler::Literals 75 pg->GetTemplateObject(lit, templateArg); in GetTemplateObject()
|
D | literals.h | 94 static void GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit);
|
/arkcompiler/ets_runtime/ecmascript/ |
D | template_string.h | 24 …static JSHandle<JSTaggedValue> GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue> templat…
|
D | template_string.cpp | 27 JSHandle<JSTaggedValue> TemplateString::GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue>… in GetTemplateObject() function in panda::ecmascript::TemplateString
|
D | runtime_call_id.h | 116 V(GetTemplateObject) \
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | template_string_test.cpp | 64 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/ |
D | taggedTemplateExpression.cpp | 66 compiler::Literals::GetTemplateObject(pg, this); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 106 static JSTaggedValue GetTemplateObject(JSThread *thread, JSTaggedValue literal);
|
D | slow_runtime_stub.cpp | 718 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject() function in panda::ecmascript::SlowRuntimeStub 720 INTERPRETER_TRACE(thread, GetTemplateObject); in GetTemplateObject()
|
D | interpreter-inl.h | 5028 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()
|
D | interpreter_assembly.cpp | 2006 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/ |
D | pandagen.h | 402 void GetTemplateObject(const ir::AstNode *node, VReg value);
|
D | pandagen.cpp | 1461 void PandaGen::GetTemplateObject(const ir::AstNode *node, VReg value) in GetTemplateObject() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 173 V(GetTemplateObject) \
|
D | runtime_stubs.cpp | 570 DEF_RUNTIME_STUBS(GetTemplateObject) in DEF_RUNTIME_STUBS() argument 572 RUNTIME_STUBS_HEADER(GetTemplateObject); in DEF_RUNTIME_STUBS()
|
D | runtime_stubs-inl.h | 196 JSHandle<JSTaggedValue> templateObj = TemplateString::GetTemplateObject(thread, literal); in RuntimeGetTemplateObject()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 1083 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()
|
D | slowpath_lowering.cpp | 1507 const int id = RTSTUB_ID(GetTemplateObject); in LowerGetTemplateObject()
|