Home
last modified time | relevance | path

Searched refs:GetMethodIndex (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest()
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h64 inline uint32_t GetMethodIndex(File::EntityId id) const in GetMethodIndex() function
82 uint32_t index = GetMethodIndex(id); in GetMethodFromCache()
99 uint32_t index = GetMethodIndex(id); in SetMethodCache()
Dindex_accessor.h35 indexes_ = pf.GetMethodIndex(header); in IndexAccessor()
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
260 return GetMethodIndex(index_header); in GetMethodIndex()
320 auto index = GetMethodIndex(id); in ResolveMethodIndex()
329 auto index = GetMethodIndex(id); in ResolveOffsetByIndex()
Dfile_reader.cpp988 auto method_index = file_->GetMethodIndex(&header); in ReadIndexHeaders()
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h230 …Span<const panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHe… in GetMethodIndex() function
232 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
Dprogram_object.h110 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()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h315 int PUBLIC_API GetMethodIndex(GlobalTSTypeRef gt) const;
Dts_manager.cpp564 int TSManager::GetMethodIndex(GlobalTSTypeRef gt) const in GetMethodIndex() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp1167 int methodIndex = tsManager_->GetMethodIndex(funcGt); in CheckCallTargetAndLowerCall()