Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dvtable_builder-inl.h40 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()
Ditable.h40 void SetMethods(Span<Method *> methods) in SetMethods()
Dclass-inl.h280 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
Dclass.h173 void SetMethods(Span<Method> methods, uint32_t num_vmethods, uint32_t num_smethods) in SetMethods()
/arkcompiler/runtime_core/runtime/
Dimtable_builder.cpp30 auto methods = entry.GetMethods(); in Build() local
53 auto methods = entry.GetMethods(); in Build() local
Ddeoptimization.cpp71 void InvalidateCompiledEntryPoint(const PandaSet<Method *> &methods, bool is_cha) NO_THREAD_SAFETY_… in InvalidateCompiledEntryPoint()
Dcha.cpp92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods()
Dclass_linker.cpp81 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
975Span<Method> methods, Span<Field> fields, Class *base_class, Span<Class *> interfaces, in BuildClass()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/plugins/ecmascript/tests/assembler/
Demitter_test_ecmascript.cpp97 auto methods = extractor.GetMethodIdList(); in TEST() local
/arkcompiler/runtime_core/runtime/tests/
Dgetmethod_test.cpp93 auto methods = klass->GetMethods(); in TEST_F() local
Dclass_linker_test.cpp601 static std::unordered_set<Method *> GetMethodsSet(Span<Method> methods) in GetMethodsSet()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h37 std::unordered_map<uint32_t, std::string> methods; member
Dassembly-emitter.cpp258 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/
Dtest_extractor.cpp46 std::vector<panda_file::File::EntityId> methods = lang_extractor_->GetMethodIdList(); in GetBreakpointAddress() local
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp252 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local
387 auto methods = extractor.GetMethodIdList(); variable
Dfile_item_container_test.cpp688 const auto &methods = extractor.GetMethodIdList(); variable
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts282methods: 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/
Dsnapshot_processor.cpp1345 …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/
Dcache.h199 PandaUnorderedMap<MethodHash, CachedMethodRef> methods; member
273 PandaVector<CachedMethodRefOrEntityId> methods; member
/arkcompiler/ets_frontend/es2panda/util/
Dhotfix.cpp223 std::vector<std::string> methods; in GetLiteralMethods() local
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp523 auto methods = klass->GetMethods(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp33 MethodLiteral *methods = jsPandaFile_->GetMethodLiterals(); in ProcessClasses() local