Home
last modified time | relevance | path

Searched refs:AddMethod (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder-inl.h77 if (!vtable_.AddMethod(methodInfo).first) { in AddClassMethods()
94 if (!vtable_.AddMethod(methodInfo).first) { in AddClassMethods()
118 … auto [flag, idx] = vtable_.AddMethod(MethodInfo(&method, copiedMethods_.size(), false, true)); in AddDefaultInterfaceMethods()
Dimtable_builder.h37 …bool AddMethod(panda::Span<panda::Method *> imtable, uint32_t imtableSize, uint32_t id, Method *me…
Dvtable_builder.h192 std::pair<bool, size_t> AddMethod(const MethodInfo &info) in AddMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dimtable_builder.cpp88 auto ret = AddMethod(imtable, imtableSize, itfMethodId, impMethod); in UpdateClass()
99 bool IMTableBuilder::AddMethod(panda::Span<panda::Method *> imtable, [[maybe_unused]] uint32_t imta… in AddMethod() function in panda::IMTableBuilder
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.cpp26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() function in panda::verifier::debug::DebugContext
Dcontext.h82 void AddMethod(const Method &method, bool isDebug);
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp194 …MethodItem *methodItem = classItem->AddMethod(methodName, protoItem, ACC_PUBLIC | ACC_STATIC, para… in TEST()
354 …MethodItem *methodItem = classItem->AddMethod(methodName, protoItem, ACC_PUBLIC | ACC_STATIC, para… in TEST()
451 …MethodItem *methodItem = classItem->AddMethod(methodName, protoItem, ACC_PUBLIC | ACC_STATIC, para… in TestProtos()
528 …MethodItem *methodItem = classItem->AddMethod(methodName, protoItem, ACC_PUBLIC | ACC_STATIC, para… in TEST()
754 …MethodItem *methodItem1 = classItemA->AddMethod(methodName1, protoItem1, ACC_PUBLIC | ACC_STATIC, … in TEST()
759 codeItem1->AddMethod(methodItem1); in TEST()
766 …MethodItem *methodItem2 = classItemB->AddMethod(methodName2, protoItem2, ACC_PUBLIC | ACC_STATIC, … in TEST()
771 codeItem2->AddMethod(methodItem2); in TEST()
775 …auto *methodItem3 = emptyClassItem->AddMethod(methodName3, protoItem1, ACC_PUBLIC | ACC_STATIC, pa… in TEST()
780 codeItem3->AddMethod(methodItem3); in TEST()
[all …]
Ddebug_info_extractor_test.cpp54 …MethodItem *methodItem = classItem->AddMethod(methodName, protoItem, ACC_PUBLIC | ACC_STATIC, para… in PreparePandaFile()
82 …MethodItem *methodItemBar = classItem->AddMethod(methodNameBar, protoItemBar, ACC_PUBLIC | ACC_STA… in PreparePandaFile()
104 …MethodItem *methodItemBaz = classItem->AddMethod(methodNameBaz, protoItemBaz, ACC_PUBLIC, paramsBa… in PreparePandaFile()
/arkcompiler/runtime_core/libpandafile/tests/
Dpgo_test.cpp35 …MethodItem *method_item_1 = class_item_a->AddMethod(method_name_1, proto_item_1, ACC_PUBLIC | ACC_… in CreateItems()
41 code_item_1->AddMethod(method_item_1); in CreateItems()
Dfile_item_container_test.cpp256 …MethodItem *method_item = class_item->AddMethod(method_name, proto_item, ACC_PUBLIC | ACC_STATIC, …
416 …MethodItem *method_item = class_item->AddMethod(method_name, proto_item, ACC_PUBLIC | ACC_STATIC, …
513 …MethodItem *method_item = class_item->AddMethod(method_name, proto_item, ACC_PUBLIC | ACC_STATIC, … in TestProtos()
590 …MethodItem *method_item = class_item->AddMethod(method_name, proto_item, ACC_PUBLIC | ACC_STATIC, …
833 …MethodItem *method_item_1 = class_item_a->AddMethod(method_name_1, proto_item_1, ACC_PUBLIC | ACC_…
838 code_item_1->AddMethod(method_item_1);
845 …MethodItem *method_item_2 = class_item_b->AddMethod(method_name_2, proto_item_2, ACC_PUBLIC | ACC_…
850 code_item_2->AddMethod(method_item_2);
854 …auto *method_item_3 = empty_class_item->AddMethod(method_name_3, proto_item_1, ACC_PUBLIC | ACC_ST…
859 code_item_3->AddMethod(method_item_3);
[all …]
Ddebug_info_extractor_test.cpp52 …MethodItem *method_item = class_item->AddMethod(method_name, proto_item, ACC_PUBLIC | ACC_STATIC, … in PreparePandaFile()
81 class_item->AddMethod(method_name_bar, proto_item_bar, ACC_PUBLIC | ACC_STATIC, params_bar); in PreparePandaFile()
103 …MethodItem *method_item_baz = class_item->AddMethod(method_name_baz, proto_item_baz, ACC_PUBLIC, p… in PreparePandaFile()
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.h165 void AddMethod(uint32_t offset, Method const *method) in AddMethod() function
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp217 aot_builder.AddMethod(compiled_method1, 0); in TEST_F()
228 aot_builder.AddMethod(compiled_method2, 1); in TEST_F()
562 aot_builder.AddMethod(compiled_method1, 0); in TEST_F()
573 aot_builder.AddMethod(compiled_method2, 1); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp234 aotBuilder.AddMethod(compiledMethod1); in TEST_F()
245 aotBuilder.AddMethod(compiledMethod2); in TEST_F()
577 aotBuilder.AddMethod(compiledMethod1); in TEST_F()
588 aotBuilder.AddMethod(compiledMethod2); in TEST_F()
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp163 service->debugCtx.AddMethod(*method, mode == VerificationMode::DEBUG); in Verify()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h279 bool AddMethod(NativeAreaAllocator *allocator, Method *jsMethod, SampleMode mode);
462 bool AddMethod(ProfileType recordProfileType, Method *jsMethod, SampleMode mode);
Dpgo_profiler_info.cpp183 bool PGOMethodInfoMap::AddMethod(NativeAreaAllocator *allocator, Method *jsMethod, SampleMode mode) in AddMethod() function in panda::ecmascript::pgo::PGOMethodInfoMap
569 bool PGORecordDetailInfos::AddMethod(ProfileType recordProfileType, Method *jsMethod, SampleMode mo… in AddMethod() function in panda::ecmascript::pgo::PGORecordDetailInfos
574 return curMethodInfos->AddMethod(&nativeAreaAllocator_, jsMethod, mode); in AddMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_hierarchy.h294 void AddMethod(MIRFunction *func) in AddMethod() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp125 klass->AddMethod(newFunc); in CloneFunction()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp433 jitWriter.AddMethod(compiledMethod); in EmitElf()
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Djob_fill_gen.h.erb211 % AddMethod(inst.GetOffset(), calledMethod);
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1074 MethodItem *AddMethod(Args... args) in AddMethod() function
1423 void AddMethod(BaseMethodItem *method) in AddMethod() function
Dfile_item_container.cpp288 deduplicated->AddMethod(method); // we need it for Profile-Guided optimization in DeduplicateCode()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1098 MethodItem *AddMethod(Args... args) in AddMethod() function
1543 void AddMethod(BaseMethodItem *method) in AddMethod() function
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp756 aotBuilder_->AddMethod(compiledMethod); in FinalizeCompileAot()

12