Home
last modified time | relevance | path

Searched defs:tmpReg (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/
Dcommonjs.test.ts118 let tmpReg = new VReg(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp1095 auto tmpReg = reg; in ResolveDef() local
1285 void BytecodeCircuitBuilder::SetExistingRestore(GateRef resumeGate, uint16_t tmpReg, GateRef restor… in SetExistingRestore()