Searched defs:insns (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | data_dep_base.cpp | 326 void DataDepBase::BuildForStackHeapDefUseInfoData(bool needCmp, MapleVector<Insn *> &insns, DepNode… in BuildForStackHeapDefUseInfoData() 385 void DataDepBase::AddDependence4InsnInVectorByType(MapleVector<Insn *> &insns, Insn &insn, const De… in AddDependence4InsnInVectorByType() 392 void DataDepBase::AddDependence4InsnInVectorByTypeAndCmp(MapleVector<Insn *> &insns, Insn &insn, co… in AddDependence4InsnInVectorByTypeAndCmp()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | excluded_keys_test.cpp | 93 std::vector<panda::pandasm::Ins> insns; variable
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.h | 133 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add()
|
| D | regAllocator.cpp | 122 auto &insns = pg_->Insns(); in AdjustInsRegWhenHasSpill() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 111 const uint8_t *insns = codeDataAccessor.GetInstructions(); in DumpBytecodeInst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 108 const uint8_t *insns = codeDataAccessor.GetInstructions(); in ProcessClasses() local 155 const uint8_t *insns = codeDataAccessor.GetInstructions(); in ProcessMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_dependence.cpp | 138 void AArch64DepAnalysis::AddDependence4InsnInVectorByType(MapleVector<Insn *> &insns, Insn &insn, c… in AddDependence4InsnInVectorByType() 145 void AArch64DepAnalysis::AddDependence4InsnInVectorByTypeAndCmp(MapleVector<Insn *> &insns, Insn &i… in AddDependence4InsnInVectorByTypeAndCmp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | deps.h | 526 void SetCfiInsns(MapleVector<Insn *> insns) in SetCfiInsns() 542 void SetClinitInsns(MapleVector<Insn *> insns) in SetClinitInsns()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 505 const uint8_t *insns = codeDataAccessor.GetInstructions(); in CollectClassInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 81 const uint8_t *insns = codeDataAccessor.GetInstructions(); in TranslateClasses() 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
|