| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder-inl.h | 77 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()
|
| D | imtable_builder.h | 37 …bool AddMethod(panda::Span<panda::Method *> imtable, uint32_t imtableSize, uint32_t id, Method *me…
|
| D | vtable_builder.h | 192 std::pair<bool, size_t> AddMethod(const MethodInfo &info) in AddMethod() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | imtable_builder.cpp | 88 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/ |
| D | context.cpp | 26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() function in panda::verifier::debug::DebugContext
|
| D | context.h | 82 void AddMethod(const Method &method, bool isDebug);
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 194 …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 …]
|
| D | debug_info_extractor_test.cpp | 54 …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/ |
| D | pgo_test.cpp | 35 …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()
|
| D | file_item_container_test.cpp | 256 …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 …]
|
| D | debug_info_extractor_test.cpp | 52 …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/ |
| D | job.h | 165 void AddMethod(uint32_t offset, Method const *method) in AddMethod() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 217 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/ |
| D | aot_test.cpp | 234 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/ |
| D | public.cpp | 163 service->debugCtx.AddMethod(*method, mode == VerificationMode::DEBUG); in Verify()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 279 bool AddMethod(NativeAreaAllocator *allocator, Method *jsMethod, SampleMode mode); 462 bool AddMethod(ProfileType recordProfileType, Method *jsMethod, SampleMode mode);
|
| D | pgo_profiler_info.cpp | 183 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/ |
| D | class_hierarchy.h | 294 void AddMethod(MIRFunction *func) in AddMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 125 klass->AddMethod(newFunc); in CloneFunction()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 433 jitWriter.AddMethod(compiledMethod); in EmitElf()
|
| /arkcompiler/runtime_core/static_core/verification/gen/templates/ |
| D | job_fill_gen.h.erb | 211 % AddMethod(inst.GetOffset(), calledMethod);
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 1074 MethodItem *AddMethod(Args... args) in AddMethod() function 1423 void AddMethod(BaseMethodItem *method) in AddMethod() function
|
| D | file_item_container.cpp | 288 deduplicated->AddMethod(method); // we need it for Profile-Guided optimization in DeduplicateCode()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 1098 MethodItem *AddMethod(Args... args) in AddMethod() function 1543 void AddMethod(BaseMethodItem *method) in AddMethod() function
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 756 aotBuilder_->AddMethod(compiledMethod); in FinalizeCompileAot()
|