Home
last modified time | relevance | path

Searched defs:ins (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_imm_tests.cpp33 … 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/
DregAllocator.cpp38 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 *> &registers, IRNode *ins, ArenaList<IRNode *> &… in AdjustInsSpill()
189 void RegAllocator::AdjustRangeInsSpill(Span<VReg *> &registers, IRNode *ins, ArenaList<IRNode *> &n… in AdjustRangeInsSpill()
DregAllocator.h66 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/
DrequireApi1.js27 let ins = new AbortError("hello"); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DrequireApi2_toplevel.js27 let ins = new AbortError1("hello"); variable
DrequireApi1_toplevel.js27 let ins = new AbortError1("hello"); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dy1_import_export_indrect.ts21 let ins = new CDE11.ClassAlis; variable
Dy1_import_alias.ts22 let ins = new CDE22.ClassAlis; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dy1_import_export_indrect.ts21 let ins = new CDE1.ClassAlis; variable
Dy1_import_alias.ts22 let ins = new CDE2.ClassAlis; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h107 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
DregAllocator.cpp87 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()
Demitter.cpp198 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/
Dimport_dir.ts22 let ins = new t1.CustomClass(); variable
/arkcompiler/ets_runtime/test/aottest/ts_inline_exception8/
Dts_inline_exception8.ts29 let ins = new A() variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfactory.h50 static ObjectFactory &ins() in ins() function
105 static FunctionFactory &ins() in ins() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp126 panda::pandasm::Ins ins; variable
209 panda::pandasm::Ins ins; variable
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp187 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/
Duseless_gate_elimination.cpp49 std::vector<GateRef> ins; in MarkGate() local
Dverifier.cpp235 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/
DdebuginfoDumper.cpp94 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns()
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
DdebuginfoDumper.cpp91 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp189 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/
DassemblyFunction.proto65 repeated Ins ins = 5; field
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp385 pandasm::Ins ins; in VisitLoadString() local
402 pandasm::Ins ins; in VisitReturn() local

12