Home
last modified time | relevance | path

Searched defs:origStackSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_ssa_update.cpp49 … VectorVersionStacks::RecordCurrentStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecordCurrentStackSize()
60 void MapVersionStacks::RecordCurrentStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecordCurrentStackSize()
70 void VectorVersionStacks::RecoverStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecoverStackSize()
82 void MapVersionStacks::RecoverStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecoverStackSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ssa_update.h45 virtual void RecordCurrentStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecordCurrentStackSize()
51 virtual void RecoverStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecoverStackSize()