Home
last modified time | relevance | path

Searched defs:vreg (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/
Dpandagen.test.ts32 let vreg = new VReg(); variable
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp65 for (auto vreg : list) { in EnumerateVRegs() local
75 …EnumerateVRegs(code_info, stack_map, -1, [&vregs_in_map](auto vreg) { vregs_in_map.push_back(vreg)… in CompareVRegs()
78 [&vregs_in_map](auto vreg) { vregs_in_map.push_back(vreg); }); in CompareVRegs()
144 EnumerateVRegs(code_info, stack_map, -1, [&vregs, &index](auto vreg) { in TEST_F()
150 code_info.EnumerateStaticRoots(stack_map, [&mask, &vregs](auto vreg) -> bool { in TEST_F()
Ddump_test.cpp913 uint16_t vreg = 2; // 2: random number in __anon51f1233e1202() local
Dcompiler_inst_test.cpp234 uint16_t vreg = 2; in __anon1be7da800502() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h54 for (size_t vreg = 0; vreg < GetVRegsCount(); vreg++) { variable
148 void UpdateDefinition(size_t vreg, Inst *inst) in UpdateDefinition()
173 Inst *GetDefinition(size_t vreg) in GetDefinition()
Dinst_builder.cpp46 for (size_t vreg = 0; vreg < GetVRegsCount(); vreg++) { in UpdateDefsForCatch() local
60 for (size_t vreg = 0; vreg < GetVRegsCount(); vreg++) { in UpdateDefsForLoopHead() local
87 for (size_t vreg = 0; vreg < GetVRegsCount(); vreg++) { in UpdateDefs() local
130 for (size_t vreg = 0; vreg < GetVRegsCount(); vreg++, inst = inst->GetNext()) { in AddCatchPhiInputs() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts71 private vreg: VReg | undefined; property in CacheItem
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts33 private vreg: VReg | undefined; property in Variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp361 auto vreg = std::get<VirtualRegister>(bytecodeInfo.inputs.at(0)).GetId(); in ComputeLiveOutBC() local
393 auto vreg = std::get<VirtualRegister>(in).GetId(); in ComputeLiveOutBC() local
573 auto vreg = static_cast<size_t>(gateAcc_.GetVirtualRegisterIndex(*it)); in UpdateVirtualRegistersOfResume() local
Dbytecode_circuit_builder.cpp414 for (const auto &vreg: bytecodeInfo.vregOut) { in InsertPhi() local
468 for (const auto &vreg: bytecodeInfo.vregOut) { in InsertExceptionPhi() local
474 for (auto &vreg : vregs) { in InsertExceptionPhi() local
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h138 void BindVReg(compiler::VReg vreg) in BindVReg()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp380 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, bool is_acc) in AppendImmediate()
Dinst.h2355 uint16_t vreg; member
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp387 void PandaGen::StoreAccumulator(const ir::AstNode *node, VReg vreg) in StoreAccumulator()
392 void PandaGen::StoreAccumulatorWithType(const ir::AstNode *node, int64_t typeIndex, VReg vreg) in StoreAccumulatorWithType()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1524 uint32_t vreg = variable_info.reg_number; in SerializeLocalVariableTable() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument