Searched refs:GetMethodIndex (Results 1 – 12 of 12) sorted by relevance
31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest()
64 inline uint32_t GetMethodIndex(File::EntityId id) const in GetMethodIndex() function82 uint32_t index = GetMethodIndex(id); in GetMethodFromCache()99 uint32_t index = GetMethodIndex(id); in SetMethodCache()
35 indexes_ = pf.GetMethodIndex(header); in IndexAccessor()
244 Span<const EntityId> GetMethodIndex(const IndexHeader *index_header) const in GetMethodIndex() function257 Span<const EntityId> GetMethodIndex(EntityId id) const in GetMethodIndex() function260 return GetMethodIndex(index_header); in GetMethodIndex()320 auto index = GetMethodIndex(id); in ResolveMethodIndex()329 auto index = GetMethodIndex(id); in ResolveOffsetByIndex()
988 auto method_index = file_->GetMethodIndex(&header); in ReadIndexHeaders()
33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest()
32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest()
230 …Span<const panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHe… in GetMethodIndex() function232 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
110 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId()118 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId()
315 int PUBLIC_API GetMethodIndex(GlobalTSTypeRef gt) const;
564 int TSManager::GetMethodIndex(GlobalTSTypeRef gt) const in GetMethodIndex() function in panda::ecmascript::TSManager
1167 int methodIndex = tsManager_->GetMethodIndex(funcGt); in CheckCallTargetAndLowerCall()