Home
last modified time | relevance | path

Searched defs:ins (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/disassembler/tests/
H A 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); 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 Duseless_gate_elimination.cpp49 std::vector<GateRef> ins; in MarkGate() local
H A 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 in RunPrologGatesCheck() local
[all...]
H A Dscheduler.cpp479 auto ins = acc.Ins(head); in Print() local
H A Dgraph_linearizer.cpp662 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 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
[all...]
H A DregAllocator.cpp87 std::pair<bool, std::size_t> RegAllocatorBase::RegIndicesValid(const IRNode *const ins, const Span<VReg *> &registers) 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 Demitter.cpp199 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 Dfactory.h49 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 Dcodegen_test.cpp72 auto ins = pandasm::Ins(); in TEST() local
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
H A DdebuginfoDumper.cpp91 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns() argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp94 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns() argument
[all...]
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp126 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 DassemblyFunctionProto.cpp134 panda::pandasm::Ins ins; in DeserializeProtoIns() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.cpp38 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 *> &registers, IRNode *ins, ArenaList<IRNode *> &newInsns, const std::vector<OperandKind> &regsKind) AdjustInsSpill() argument
189 AdjustRangeInsSpill(Span<VReg *> &registers, IRNode *ins, ArenaList<IRNode *> &newInsns) AdjustRangeInsSpill() argument
[all...]
H A 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
78 bool CheckRegIndices(IRNode *ins, const Span<VReg *> &registers, in CheckRegIndices() argument
[all...]
/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h77 std::vector<panda::pandasm::Ins> ins; /* function instruction list */ member
[all...]
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp230 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 Dassembly-function.h78 std::vector<ark::pandasm::Ins> ins; /* function instruction list */ member
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp142 pandasm::Ins &ins = function.ins[idx++]; in BuildMapFromPcToIns() local
H A Dcodegen.cpp509 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 Dcodegen.cpp385 pandasm::Ins ins; in VisitLoadString() local
402 pandasm::Ins ins; in VisitReturn() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp1061 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 DpatchFix.cpp331 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 Dscope.h193 void SetScopeStart(const compiler::IRNode *ins) in SetScopeStart() argument
198 void SetScopeEnd(const compiler::IRNode *ins) in SetScopeEnd() argument

Completed in 20 milliseconds

12