Home
last modified time | relevance | path

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

/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.cpp990 auto method_index = file_->GetMethodIndex(&header); in ReadIndexHeaders()
/arkcompiler/runtime_core/static_core/libpandafile/
Dpanda_cache.h64 inline uint32_t GetMethodIndex(File::EntityId id) const in GetMethodIndex() function
85 uint32_t index = GetMethodIndex(id); in GetMethodFromCache()
106 uint32_t index = GetMethodIndex(id); in SetMethodCache()
Dfile.h236 Span<const EntityId> GetMethodIndex(const RegionHeader *regionHeader) const in GetMethodIndex() function
245 Span<const EntityId> GetMethodIndex(EntityId id) const in GetMethodIndex() function
249 return GetMethodIndex(regionHeader); in GetMethodIndex()
300 auto index = GetMethodIndex(id); in ResolveMethodIndex()
Dfile_reader.cpp1039 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest()
/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.h275 …Span<const panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHe… in GetMethodIndex() function
277 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
Dprogram_object.h124 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId()
132 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h270 int GetMethodIndex() const in GetMethodIndex() function
272 return tsManager_->GetMethodIndex(GetFunctionGT()); in GetMethodIndex()
Dtyped_bytecode_lowering.cpp1428 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp491 runtimeClass->SetMethodIndex(pf->GetMethodIndex(classId)); in UpdatePandaFileInClass()
/arkcompiler/runtime_core/verifier/
Dverifier.cpp162 auto region_indexs = file_->GetMethodIndex(&index_header); in GetConstantPoolIds()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h250 int PUBLIC_API GetMethodIndex(GlobalTSTypeRef gt) const;
Dts_manager.cpp502 int TSManager::GetMethodIndex(GlobalTSTypeRef gt) const in GetMethodIndex() function in panda::ecmascript::TSManager
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h795 Span<const panda_file::File::EntityId> GetMethodIndex() const in GetMethodIndex() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp841 klass->SetMethodIndex(pf.GetMethodIndex(classId)); in LoadClass()