Home
last modified time | relevance | path

Searched defs:GetMethodIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h64 inline uint32_t GetMethodIndex(File::EntityId id) const in GetMethodIndex() function
Dfile.h244 Span<const EntityId> GetMethodIndex(const IndexHeader *index_header) const in GetMethodIndex() function
257 Span<const EntityId> GetMethodIndex(EntityId id) const in GetMethodIndex() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h230 …Span<const panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHe… in GetMethodIndex() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp564 int TSManager::GetMethodIndex(GlobalTSTypeRef gt) const in GetMethodIndex() function in panda::ecmascript::TSManager