Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h202 const LocationState &GetStackArg(StackSlot slot) const in GetStackArg() function
207 LocationState &GetStackArg(StackSlot slot) in GetStackArg() function
Dreg_alloc_verifier.cpp294 return currentState_->GetStackArg(offset); in GetLocationState()