| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | pandagen.test.ts | 32 let vreg = new VReg(); variable
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 65 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()
|
| D | dump_test.cpp | 913 uint16_t vreg = 2; // 2: random number in __anon51f1233e1202() local
|
| D | compiler_inst_test.cpp | 234 uint16_t vreg = 2; in __anon1be7da800502() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 54 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()
|
| D | inst_builder.cpp | 46 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/ |
| D | vregisterCache.ts | 71 private vreg: VReg | undefined; property in CacheItem
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | variable.ts | 33 private vreg: VReg | undefined; property in Variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.cpp | 361 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
|
| D | bytecode_circuit_builder.cpp | 414 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/ |
| D | variable.h | 138 void BindVReg(compiler::VReg vreg) in BindVReg()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.cpp | 380 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, bool is_acc) in AppendImmediate()
|
| D | inst.h | 2355 uint16_t vreg; member
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 387 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/ |
| D | disassembler.cpp | 1524 uint32_t vreg = variable_info.reg_number; in SerializeLocalVariableTable() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|