Searched refs:templateArg (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | literals.cpp | 27 VReg templateArg = pg->AllocReg(); in GetTemplateObject() local 56 pg->StoreAccumulator(lit, templateArg); in GetTemplateObject() 63 pg->StoreObjByValue(lit, templateArg, indexReg); in GetTemplateObject() 70 pg->StoreObjByValue(lit, templateArg, indexReg); in GetTemplateObject() 72 pg->GetTemplateObject(lit, templateArg); in GetTemplateObject()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | literals.cpp | 30 VReg templateArg = pg->AllocReg(); in GetTemplateObject() local 63 pg->StoreAccumulator(lit, templateArg); in GetTemplateObject() 70 pg->DefineFieldByValue(lit, templateArg, indexReg); in GetTemplateObject() 77 pg->DefineFieldByValue(lit, templateArg, indexReg); in GetTemplateObject() 79 pg->GetTemplateObject(lit, templateArg); in GetTemplateObject()
|
Completed in 1 milliseconds