| /arkcompiler/runtime_core/libabckit/src/wrappers/ |
| D | abcfile_wrapper.cpp | 55 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodTotalArgumentsCount() local 66 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in GetMethodArgumentsCount() local 75 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodRegistersCount() local 84 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodCode() local 93 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodCodeSize() local 104 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodSourceLanguage() local 117 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetClassIdForMethod() local 124 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetClassNameFromMethod() local 132 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodName() local 140 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in EnumerateTryBlocks() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 60 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in PrintFunction() 82 …erWriter::CheckOverloading(panda_file::ClassDataAccessor &cda, panda_file::MethodDataAccessor &mda) in CheckOverloading() 107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda… in PrintPrototype()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/ |
| D | backtrace.cpp | 84 panda_file::MethodDataAccessor mda(*file, id); in Symbolize() local 113 std::optional<MethodInfo> Backtrace::ReadMethodInfo(panda_file::MethodDataAccessor &mda) in ReadMethodInfo() 136 cda.EnumerateMethods([&result](panda_file::MethodDataAccessor &mda) { in ReadAllMethodInfos()
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 98 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 227 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 317 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 456 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { ASSERT_FALSE(mda.GetSourceLang());… in TEST() 482 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 508 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 705 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 780 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 856 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 872 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 39 panda_file::MethodDataAccessor mda(*pf, methodId); in Initialize() local 192 panda_file::MethodDataAccessor mda(*pf, methodId); in GetRecordNameWithSymbol() local 204 panda_file::MethodDataAccessor mda(*pandaFile, methodId); in GetCodeSize() local 219 panda_file::MethodDataAccessor mda(*pf, methodId); in GetConcurrentRequestedModules() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_annotation.cpp | 30 panda_file::MethodDataAccessor mda(pf, method->GetFileId()); in FindAsyncAnnotation() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 82 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840102() 135 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840402() 253 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840902() 367 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840a02() 515 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { EXPECT_FALSE(mda.GetSourceLang());… in __anon8e05a3840d02() 546 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840e02() 572 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840f02() 781 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3841102() 1230 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3841302() 1262 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3841402() [all …]
|
| D | emitter_test.cpp | 95 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 224 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 314 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 450 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { ASSERT_FALSE(mda.GetSourceLang());… in TEST() 476 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 502 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 696 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 771 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | runtime_adapter_static.cpp | 25 bool AbckitRuntimeAdapterStatic::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.cpp | 22 static bool IsEqual(panda_file::MethodDataAccessor mda, std::initializer_list<panda_file::Type::Typ… in IsEqual()
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 33 panda::panda_file::MethodDataAccessor mda(panda_file, id); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 37 cda.EnumerateMethods([&](const ark::panda_file::MethodDataAccessor &mda) {}); in MethodDataAccessorFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 34 panda::panda_file::MethodDataAccessor mda(panda_file, id); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 35 panda::panda_file::MethodDataAccessor mda(panda_file, id); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 254 panda_file::ModuleDataAccessor &mda, in AnalysisModuleRecordInfoOfModuleDataAccessor() 315 panda_file::ModuleDataAccessor mda(pfile, module_entity_id); in AnalysisModuleRecordInfo() local 327 panda_file::MethodDataAccessor &mda) { in AnalysisModuleConstantValue() 419 const panda_file::MethodDataAccessor &mda, bool is_dynamic) in OptimizeFunction() 505 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_helpers.cpp | 20 size_t GetLineNumber(ark::panda_file::MethodDataAccessor mda, uint32_t bcOffset, in GetLineNumber()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_executor_test.cpp | 79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 112 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 152 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
| D | panda_file_translator_test.cpp | 79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 120 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| D | file_ext.cpp | 63 auto callBack = [this, offset, &found](ark::panda_file::MethodDataAccessor &mda) -> void { in QueryMethodSymByOffset() 94 …cda.EnumerateMethods([this, &cda, &offset, &found](ark::panda_file::MethodDataAccessor &mda) -> vo… in EnumerateAllMethods() 166 cda.EnumerateMethods([&](ark::panda_file::MethodDataAccessor &mda) -> void { in EnumerateMethods()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 89 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in FindCatchBlock() local 110 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in HasCatchBlock() local
|
| /arkcompiler/runtime_core/panda_guard/configs/ |
| D | guard_graph_context.cpp | 77 cda.EnumerateMethods([this, rawName, &methodId](const panda_file::MethodDataAccessor &mda) { in FillMethodPtr()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 351 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in GetNumericalAnnotation() local 358 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in GetStringDataAnnotation() local 397 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in FindCatchBlockInPandaFile() local 452 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in GetLineNumFromBytecodeOffset() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | methodBuilder.cpp | 34 …ypeNode *> GetFunctionParameters(checker::ETSChecker *checker, panda_file::MethodDataAccessor &mda) in GetFunctionParameters() 76 MethodBuilder::MethodBuilder(checker::ETSChecker *checker, panda_file::MethodDataAccessor &mda, in MethodBuilder()
|
| D | classBuilder.cpp | 93 cda_.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) -> void { in BuildMethods()
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_class_processor.cpp | 101 classDataAccessor_->EnumerateMethods([&](panda_file::MethodDataAccessor &mda) -> void { in FillFunctions()
|