Home
last modified time | relevance | path

Searched defs:symAlloc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h203 void SetSymAllocInfo(uint32 stIdx, SymbolAlloc &symAlloc) in SetSymAllocInfo()
282 void SetSpillRegLocInfo(regno_t regNum, SymbolAlloc &symAlloc) in SetSpillRegLocInfo()
292 void SetLocalRegLocInfo(StIdx idx, SymbolAlloc &symAlloc) in SetLocalRegLocInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp394 const auto *symAlloc = static_cast<const X64SymbolAlloc *>(&symbolAlloc); in GetBaseOffset() local
432 RegOperand *X64CGFunc::GetBaseReg(const maplebe::SymbolAlloc &symAlloc) in GetBaseReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4121 RegOperand *AArch64CGFunc::GetBaseReg(const SymbolAlloc &symAlloc) in GetBaseReg()
4140 const AArch64SymbolAlloc *symAlloc = static_cast<const AArch64SymbolAlloc *>(&symbolAlloc); in GetBaseOffset() local