Home
last modified time | relevance | path

Searched defs:insns (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Ddata_dep_base.cpp326 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/
Dexcluded_keys_test.cpp93 std::vector<panda::pandasm::Ins> insns; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h133 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add()
DregAllocator.cpp122 auto &insns = pg_->Insns(); in AdjustInsRegWhenHasSpill() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp111 const uint8_t *insns = codeDataAccessor.GetInstructions(); in DumpBytecodeInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp108 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/
Daarch64_dependence.cpp138 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/
Ddeps.h526 void SetCfiInsns(MapleVector<Insn *> insns) in SetCfiInsns()
542 void SetClinitInsns(MapleVector<Insn *> insns) in SetClinitInsns()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp505 const uint8_t *insns = codeDataAccessor.GetInstructions(); in CollectClassInfo() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp81 const uint8_t *insns = codeDataAccessor.GetInstructions(); in TranslateClasses() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument