Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h70 uint32_t GetPatchLexicalIdx(const std::string &variableName);
DpatchFix.cpp296 uint32_t PatchFix::GetPatchLexicalIdx(const std::string &variableName) in GetPatchLexicalIdx() function in panda::es2panda::util::PatchFix
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1813 uint32_t patchSlot = context_->PatchFixHelper()->GetPatchLexicalIdx(std::string(name)); in LoadLexicalVar()
1851 … uint32_t patchSlot = context_->PatchFixHelper()->GetPatchLexicalIdx(std::string(local->Name())); in StoreLexicalVar()