Home
last modified time | relevance | path

Searched refs:GetLocalRefLocMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h287 const MapleMap<StIdx, SymbolAlloc *> &GetLocalRefLocMap() const in GetLocalRefLocMap() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8377 auto p = GetMemlayout()->GetLocalRefLocMap().find(symbol.GetStIdx()); in GetOrCreateMemOpnd()
8378 … CHECK_FATAL(p != GetMemlayout()->GetLocalRefLocMap().end(), "sym loc should have been defined"); in GetOrCreateMemOpnd()