Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h214 const LocationState &GetStackParam(StackSlot slot) const in GetStackParam() function
219 LocationState &GetStackParam(StackSlot slot) in GetStackParam() function
Dreg_alloc_verifier.cpp297 return currentState_->GetStackParam(offset); in GetLocationState()