| /arkcompiler/runtime_core/disassembler/tests/ |
| H A D | disassembler_imm_tests.cpp | 33 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local 42 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local 51 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local 60 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local 72 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local 81 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); TEST() local 90 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); TEST() local 100 const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); TEST() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | useless_gate_elimination.cpp | 49 std::vector<GateRef> ins; in MarkGate() local
|
| H A D | verifier.cpp | 235 auto ins = ac.Ins(fixedGate); in RunFixedGatesRelationsCheck() local 272 auto ins = ac.Ins(gate); in RunFlowCyclesFind() local 284 auto ins = ac.Ins(gate); in RunFlowCyclesFind() local 373 auto ins in RunPrologGatesCheck() local [all...] |
| H A D | scheduler.cpp | 479 auto ins = acc.Ins(head); in Print() local
|
| H A D | graph_linearizer.cpp | 662 auto ins = acc_.Ins(rootGate); in ScheduleFloatingGate() local 776 auto ins = acc_.Ins(gate); in ScheduleGate() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | regAllocator.h | 107 auto *const ins = Alloc<T>(node, std::forward<Args>(args)...); in Emit() local 125 auto *const ins = Alloc<T>(node, std::forward<Args>(args)...); in Emit() local [all...] |
| H A D | regAllocator.cpp | 87 std::pair<bool, std::size_t> RegAllocatorBase::RegIndicesValid(const IRNode *const ins, const Span<VReg *> ®isters) in RegIndicesValid() argument 109 VReg RegAllocatorBase::Spill(IRNode *const ins, const VReg reg) const in Spill() argument 145 void RegAllocator::Run(IRNode *const ins, cons argument 212 Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) Run() argument [all...] |
| H A D | emitter.cpp | 199 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, pandasm::Ins *pandaIns) in GenInstructionDebugInfo() argument 419 static void UpdateLiteralBufferId([[maybe_unused]] ark::pandasm::Ins *ins, [[maybe_unused]] uint32_t offset) in UpdateLiteralBufferId() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | factory.h | 49 static ObjectFactory &ins() in ins() function in maple::final 100 static FunctionFactory &ins() in ins() function in maple::final
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | codegen_test.cpp | 72 auto ins = pandasm::Ins(); in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/debugger/ |
| H A D | debuginfoDumper.cpp | 91 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
| H A D | debuginfoDumper.cpp | 94 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns() argument [all...] |
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_ins_test.cpp | 126 panda::pandasm::Ins ins; in HWTEST_F() local 209 panda::pandasm::Ins ins; HWTEST_F() local [all...] |
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyFunctionProto.cpp | 134 panda::pandasm::Ins ins; in DeserializeProtoIns() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | regAllocator.cpp | 38 void RegAllocator::PushBack(IRNode *ins) in PushBack() argument 75 void RegAllocator::Run(IRNode *ins) in Run() argument 94 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run() argument 124 IRNode *ins = *it; AdjustInsRegWhenHasSpill() local 155 AdjustInsSpill(const Span<VReg *> ®isters, IRNode *ins, ArenaList<IRNode *> &newInsns, const std::vector<OperandKind> ®sKind) AdjustInsSpill() argument 189 AdjustRangeInsSpill(Span<VReg *> ®isters, IRNode *ins, ArenaList<IRNode *> &newInsns) AdjustRangeInsSpill() argument [all...] |
| H A D | regAllocator.h | 66 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in Emit() local 73 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in EmitRange() local 78 bool CheckRegIndices(IRNode *ins, const Span<VReg *> ®isters, in CheckRegIndices() argument [all...] |
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-function.h | 77 std::vector<panda::pandasm::Ins> ins; /* function instruction list */ member [all...] |
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | program_dump.cpp | 230 std::string ins = instr.ToString("", function.GetParamsNum() != 0, function.regsNum); in DumpInstructions() local 242 os << ins; in DumpInstructions() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-function.h | 78 std::vector<ark::pandasm::Ins> ins; /* function instruction list */ member [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | optimize_bytecode.cpp | 142 pandasm::Ins &ins = function.ins[idx++]; in BuildMapFromPcToIns() local
|
| H A D | codegen.cpp | 509 pandasm::Ins ins; in CallHandler() local 1384 pandasm::Ins ins; VisitLoadString() local 1429 pandasm::Ins ins; VisitReturn() local [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | codegen.cpp | 385 pandasm::Ins ins; in VisitLoadString() local 402 pandasm::Ins ins; in VisitReturn() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 1061 std::vector<uint8_t> ins = {(uint8_t)BytecodeInstruction::Opcode::LDA_STR_ID32, 0, 0, 0, 0, in TEST() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | patchFix.cpp | 331 IsFunctionOrClassDefineIns(panda::pandasm::Ins &ins) IsFunctionOrClassDefineIns() argument 341 IsStPatchVarIns(panda::pandasm::Ins &ins) IsStPatchVarIns() argument 389 AddHeadAndTailInsForPatchFuncMain0(std::vector<panda::pandasm::Ins> &ins) AddHeadAndTailInsForPatchFuncMain0() argument 409 AddTailInsForPatchFuncMain1(std::vector<panda::pandasm::Ins> &ins) AddTailInsForPatchFuncMain1() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | scope.h | 193 void SetScopeStart(const compiler::IRNode *ins) in SetScopeStart() argument 198 void SetScopeEnd(const compiler::IRNode *ins) in SetScopeEnd() argument
|