| /arkcompiler/runtime_core/runtime/include/ |
| D | vtable_builder-inl.h | 40 void VTableBuilderImpl<SearchBySignature, OverridePred>::BuildForInterface(Span<Method> methods) in BuildForInterface() 86 void VTableBuilderImpl<SearchBySignature, OverridePred>::AddClassMethods(Span<Method> methods) in AddClassMethods() 112 auto methods = iface->GetVirtualMethods(); in AddDefaultInterfaceMethods() local 169 void VTableBuilderImpl<SearchBySignature, OverridePred>::Build(Span<Method> methods, Class *base_cl… in Build()
|
| D | itable.h | 40 void SetMethods(Span<Method *> methods) in SetMethods()
|
| D | class-inl.h | 280 auto methods = GetMethods<FindFilter::STATIC>(); in FindDirectMethod() local 289 auto methods = GetMethods<FindFilter::INSTANCE>(); in FindDirectMethod() local 300 auto methods = GetMethods<FindFilter::COPIED>(); in FindDirectMethod() local
|
| D | class.h | 173 void SetMethods(Span<Method> methods, uint32_t num_vmethods, uint32_t num_smethods) in SetMethods()
|
| /arkcompiler/runtime_core/runtime/ |
| D | imtable_builder.cpp | 30 auto methods = entry.GetMethods(); in Build() local 53 auto methods = entry.GetMethods(); in Build() local
|
| D | deoptimization.cpp | 71 void InvalidateCompiledEntryPoint(const PandaSet<Method *> &methods, bool is_cha) NO_THREAD_SAFETY_… in InvalidateCompiledEntryPoint()
|
| D | cha.cpp | 92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods()
|
| D | class_linker.cpp | 81 Span<Method> methods = class_ptr->GetMethods(); in FreeClassData() local 333 ClassLinker::ClassInfo ClassLinker::GetClassInfo(Span<Method> methods, Span<Field> fields, Class *b… in GetClassInfo() 420 Span<Method> methods {allocator_->AllocArray<Method>(n), n}; in LoadMethods() local 975 … Span<Method> methods, Span<Field> fields, Class *base_class, Span<Class *> interfaces, in BuildClass()
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/assembler/ |
| D | emitter_test_ecmascript.cpp | 97 auto methods = extractor.GetMethodIdList(); in TEST() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | getmethod_test.cpp | 93 auto methods = klass->GetMethods(); in TEST_F() local
|
| D | class_linker_test.cpp | 601 static std::unordered_set<Method *> GetMethodsSet(Span<Method> methods) in GetMethodsSet()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.h | 37 std::unordered_map<uint32_t, std::string> methods; member
|
| D | assembly-emitter.cpp | 258 const std::unordered_map<std::string, BaseMethodItem *> &methods) in CreateScalarMethodValueItem() 465 … const std::unordered_map<std::string, BaseMethodItem *> &methods) in CreateMethodHandleItem() 1484 const std::unordered_map<std::string, panda_file::BaseMethodItem *> &methods, in Emit()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 46 std::vector<panda_file::File::EntityId> methods = lang_extractor_->GetMethodIdList(); in GetBreakpointAddress() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 252 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local 387 auto methods = extractor.GetMethodIdList(); variable
|
| D | file_item_container_test.cpp | 688 const auto &methods = extractor.GetMethodIdList(); variable
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | typeSystem.ts | 282 …methods: Map<string, {typeIndex: number, isDeclare: boolean}> = new Map<string, {typeIndex: number… property in ClassType 825 methods: Array<number> = new Array<number>(); property in InterfaceType
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1345 …d SnapshotProcessor::DeserializePandaMethod(uintptr_t begin, uintptr_t end, MethodLiteral *methods, in DeserializePandaMethod() 1440 MethodLiteral *methods = nullptr; in Relocate() local 1460 void SnapshotProcessor::RelocateSpaceObject(Space* space, SnapshotType type, MethodLiteral* methods, in RelocateSpaceObject()
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.h | 199 PandaUnorderedMap<MethodHash, CachedMethodRef> methods; member 273 PandaVector<CachedMethodRefOrEntityId> methods; member
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | hotfix.cpp | 223 std::vector<std::string> methods; in GetLiteralMethods() local
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 523 auto methods = klass->GetMethods(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 33 MethodLiteral *methods = jsPandaFile_->GetMethodLiterals(); in ProcessClasses() local
|