Home
last modified time | relevance | path

Searched refs:GetSlotIdFromSymbolTable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp54 slot = patchFixHelper->GetSlotIdFromSymbolTable(std::string(name)); in SetLexical()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h68 uint32_t GetSlotIdFromSymbolTable(const std::string &variableName);
DpatchFix.cpp283 uint32_t PatchFix::GetSlotIdFromSymbolTable(const std::string &variableName) in GetSlotIdFromSymbolTable() function in panda::es2panda::util::PatchFix