Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h76 inline uint32_t GetOutMethodId() const in GetOutMethodId() function
203 inline uint32_t GetOutMethodId() const in GetOutMethodId() function
679 inline uint32_t GetOutMethodId(uint32_t methodId) const in GetOutMethodId() function
681 return lexEnvs_[methodId].GetOutMethodId(); in GetOutMethodId()
691 return GetOutMethodId(methodId) == LexEnv::DEFAULT_ROOT; in HasDefaultRoot()
Dbytecode_info_collector.cpp798 lexEnvs_[methodInfo.GetMethodInfoIndex()].Inilialize(methodInfo.GetOutMethodId(), in LexEnvManager()
821 offset = GetOutMethodId(offset); in GetTargetLexEnv()