| /arkcompiler/runtime_core/disassembler/tests/ |
| 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); in TEST() local 90 … const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local 100 … const panda::pandasm::Ins &ins = disasm.BytecodeInstructionToPandasmInstruction(inst, method_id); in TEST() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.cpp | 38 void RegAllocator::PushBack(IRNode *ins) in PushBack() 75 void RegAllocator::Run(IRNode *ins) in Run() 94 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run() 124 IRNode *ins = *it; in AdjustInsRegWhenHasSpill() local 155 void RegAllocator::AdjustInsSpill(const Span<VReg *> ®isters, IRNode *ins, ArenaList<IRNode *> &… in AdjustInsSpill() 189 void RegAllocator::AdjustRangeInsSpill(Span<VReg *> ®isters, IRNode *ins, ArenaList<IRNode *> &n… in AdjustRangeInsSpill()
|
| 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
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/ |
| D | requireApi1.js | 27 let ins = new AbortError("hello"); variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
| D | requireApi2_toplevel.js | 27 let ins = new AbortError1("hello"); variable
|
| D | requireApi1_toplevel.js | 27 let ins = new AbortError1("hello"); variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export/ |
| D | y1_import_export_indrect.ts | 21 let ins = new CDE11.ClassAlis; variable
|
| D | y1_import_alias.ts | 22 let ins = new CDE22.ClassAlis; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/ |
| D | y1_import_export_indrect.ts | 21 let ins = new CDE1.ClassAlis; variable
|
| D | y1_import_alias.ts | 22 let ins = new CDE2.ClassAlis; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| 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
|
| D | regAllocator.cpp | 87 std::pair<bool, std::size_t> RegAllocatorBase::RegIndicesValid(const IRNode *const ins, const Span<… in RegIndicesValid() 109 VReg RegAllocatorBase::Spill(IRNode *const ins, const VReg reg) const in Spill() 145 void RegAllocator::Run(IRNode *const ins, const int32_t spillMax) in Run() 212 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run()
|
| D | emitter.cpp | 198 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, pandasm::Ins *pandaIns) in GenInstructionDebugInfo() 231 for (const auto *ins : cg_->Insns()) { in GenFunctionInstructions() local 383 static void UpdateLiteralBufferId([[maybe_unused]] ark::pandasm::Ins *ins, [[maybe_unused]] uint32_… in UpdateLiteralBufferId() 419 for (auto *ins : programElement->LiteralBufferIns()) { in AddProgramElement() local 457 for (const auto &ins : func.ins) { in DumpAsm() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/rename_file_name/from-with-directory/ |
| D | import_dir.ts | 22 let ins = new t1.CustomClass(); variable
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_exception8/ |
| D | ts_inline_exception8.ts | 29 let ins = new A() variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | factory.h | 50 static ObjectFactory &ins() in ins() function 105 static FunctionFactory &ins() in ins() function
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_ins_test.cpp | 126 panda::pandasm::Ins ins; variable 209 panda::pandasm::Ins ins; variable
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 187 for (const auto &ins : func->ins) { in GenerateFunctionAndClassHash() local 331 bool IsFunctionOrClassDefineIns(panda::pandasm::Ins &ins) in IsFunctionOrClassDefineIns() 341 bool IsStPatchVarIns(panda::pandasm::Ins &ins) in IsStPatchVarIns() 389 void PatchFix::AddHeadAndTailInsForPatchFuncMain0(std::vector<panda::pandasm::Ins> &ins) in AddHeadAndTailInsForPatchFuncMain0() 409 void PatchFix::AddTailInsForPatchFuncMain1(std::vector<panda::pandasm::Ins> &ins) in AddTailInsForPatchFuncMain1()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | useless_gate_elimination.cpp | 49 std::vector<GateRef> ins; in MarkGate() local
|
| 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 = ac.Ins(schedulableGate); in RunPrologGatesCheck() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
| D | debuginfoDumper.cpp | 94 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/debugger/ |
| D | debuginfoDumper.cpp | 91 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 189 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, panda::pandasm::Ins *pandaIns) in GenInstructionDebugInfo() 216 for (const auto *ins : pg_->Insns()) { in GenFunctionInstructions() local 726 for (const auto &ins : func.ins) { in DumpAsm() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyFunction.proto | 65 repeated Ins ins = 5; field
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.cpp | 385 pandasm::Ins ins; in VisitLoadString() local 402 pandasm::Ins ins; in VisitReturn() local
|