| /arkcompiler/runtime_core/libpandafile/ |
| D | panda_cache.h | 64 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()
|
| D | index_accessor.h | 35 indexes_ = pf.GetMethodIndex(header); in IndexAccessor()
|
| D | file.h | 244 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()
|
| D | file_reader.cpp | 990 auto method_index = file_->GetMethodIndex(&header); in ReadIndexHeaders()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | panda_cache.h | 64 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()
|
| D | file.h | 236 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()
|
| D | file_reader.cpp | 1039 auto methodIndex = file_->GetMethodIndex(&header); in ReadRegionHeaders()
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.h | 275 …Span<const panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHe… in GetMethodIndex() function 277 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
|
| D | program_object.h | 124 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/ |
| D | type_info_accessors.h | 270 int GetMethodIndex() const in GetMethodIndex() function 272 return tsManager_->GetMethodIndex(GetFunctionGT()); in GetMethodIndex()
|
| D | typed_bytecode_lowering.cpp | 1428 int methodIndex = tacc.GetMethodIndex(); in CheckCallTargetAndLowerCall()
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 491 runtimeClass->SetMethodIndex(pf->GetMethodIndex(classId)); in UpdatePandaFileInClass()
|
| /arkcompiler/runtime_core/verifier/ |
| D | verifier.cpp | 162 auto region_indexs = file_->GetMethodIndex(&index_header); in GetConstantPoolIds()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 250 int PUBLIC_API GetMethodIndex(GlobalTSTypeRef gt) const;
|
| D | ts_manager.cpp | 502 int TSManager::GetMethodIndex(GlobalTSTypeRef gt) const in GetMethodIndex() function in panda::ecmascript::TSManager
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class.h | 795 Span<const panda_file::File::EntityId> GetMethodIndex() const in GetMethodIndex() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 841 klass->SetMethodIndex(pf.GetMethodIndex(classId)); in LoadClass()
|