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.h197 void SetSymAllocInfo(uint32 stIdx, SymbolAlloc &symAlloc) in SetSymAllocInfo()
271 void SetSpillRegLocInfo(regno_t regNum, SymbolAlloc &symAlloc) in SetSpillRegLocInfo()
281 void SetLocalRegLocInfo(StIdx idx, SymbolAlloc &symAlloc) in SetLocalRegLocInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp874 const auto *symAlloc = static_cast<const X64SymbolAlloc *>(&symbolAlloc); in GetBaseOffset() local
910 RegOperand *X64CGFunc::GetBaseReg(const maplebe::SymbolAlloc &symAlloc) in GetBaseReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9998 Operand *AArch64CGFunc::GetBaseReg(const AArch64SymbolAlloc &symAlloc) in GetBaseReg()
10017 const AArch64SymbolAlloc *symAlloc = static_cast<const AArch64SymbolAlloc *>(&sa); in GetBaseOffset() local