Searched refs:GetPatchLexicalIdx (Results 1 – 3 of 3) sorted by relevance
70 uint32_t GetPatchLexicalIdx(const std::string &variableName);
296 uint32_t PatchFix::GetPatchLexicalIdx(const std::string &variableName) in GetPatchLexicalIdx() function in panda::es2panda::util::PatchFix
1813 uint32_t patchSlot = context_->PatchFixHelper()->GetPatchLexicalIdx(std::string(name)); in LoadLexicalVar()1851 … uint32_t patchSlot = context_->PatchFixHelper()->GetPatchLexicalIdx(std::string(local->Name())); in StoreLexicalVar()