Searched refs:ra_ (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 123 return ra_.AllocLabel(std::move(id)); in AllocLabel() 416 ra_.Emit<Sta>(node, vreg); in StoreAccumulator() 485 ra_.Emit<CallruntimeDefineprivateproperty>(node, 0, level, slot, obj); in DefineClassPrivateField() 534 ra_.Emit<Tryldglobalbyname>(node, 0, name); in TryLoadGlobalByName() 562 ra_.Emit<Trystglobalbyname>(node, 0, name); in TryStoreGlobalByName() 570 ra_.Emit<Ldobjbyname>(node, 0, prop); in LoadObjByName() 576 ra_.Emit<Stobjbyname>(node, 0, prop, obj); in StoreObjByName() 584 ra_.Emit<Definefieldbyname>(node, 0, prop, obj); in DefineFieldByName() 589 ra_.Emit<Definepropertybyname>(node, 0, prop, obj); in DefineFieldByName() 597 ra_ in LoadObjByIndex() [all...] |
H A D | pandagen.h | 93 ra_(this) in PandaGen() 205 ra_.SetSourceLocationFlag(flag); in SetSourceLocationFlag() 210 ra_.AdjustInsRegWhenHasSpill(); in AdjustSpillInsns() 211 totalRegs_ += ra_.GetSpillRegsCount(); in AdjustSpillInsns() 216 if (ra_.HasSpill()) { in GetSpillRegsCount() 217 return ra_.GetSpillRegsCount(); in GetSpillRegsCount() 540 RegAllocator ra_; member in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | codeGen.cpp | 313 return ra_; 318 return ra_;
|
H A D | codeGen.h | 86 ra_(this, spiller), 183 RegAllocator ra_; member in ark::es2panda::compiler::CodeGen
|
Completed in 5 milliseconds