Home
last modified time | relevance | path

Searched defs:newInsns (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp115 ArenaList<IRNode *> newInsns(Allocator()->Adapter()); in AdjustInsRegWhenHasSpill() local
149 …llocator::AdjustInsSpill(const Span<VReg *> &registers, IRNode *ins, ArenaList<IRNode *> &newInsns, in AdjustInsSpill()
183 …Allocator::AdjustRangeInsSpill(Span<VReg *> &registers, IRNode *ins, ArenaList<IRNode *> &newInsns) in AdjustRangeInsSpill()
Dpandagen.h145 void SetInsns(ArenaList<IRNode *> &newInsns) in SetInsns()
/arkcompiler/ets_frontend/ts2panda/src/
DregAllocator.ts34 private newInsns: IRNode[] = []; property in RegAllocator
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument