Home
last modified time | relevance | path

Searched refs:EmitRange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1226 ra_.EmitRange<Callthisrange>(node, argCount, 0, actualArgs, thisReg); in CallThis()
1230 ra_.EmitRange<WideCallthisrange>(node, argCount, actualArgs, thisReg); in CallThis()
1265 ra_.EmitRange<Callrange>(node, argCount, 0, argCount, arg0); in Call()
1269 ra_.EmitRange<WideCallrange>(node, argCount, argCount, arg0); in Call()
1280 … ra_.EmitRange<Supercallarrowrange>(node, argCount, 0, static_cast<int64_t>(argCount), startReg); in SuperCall()
1282 … ra_.EmitRange<WideSupercallarrowrange>(node, argCount, static_cast<int64_t>(argCount), startReg); in SuperCall()
1289 … ra_.EmitRange<Supercallthisrange>(node, argCount, 0, static_cast<int64_t>(argCount), startReg); in SuperCall()
1293 ra_.EmitRange<WideSupercallthisrange>(node, argCount, static_cast<int64_t>(argCount), startReg); in SuperCall()
1311 ra_.EmitRange<Newobjrange>(node, argCount, 0, static_cast<int64_t>(argCount), startReg); in NewObject()
1315 ra_.EmitRange<WideNewobjrange>(node, argCount, static_cast<int64_t>(argCount), startReg); in NewObject()
[all …]
DregAllocator.h77 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange() function