/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | method_literal.cpp | 36 panda_file::MethodDataAccessor mda(*pf, methodId); in Initialize() local 106 panda_file::MethodDataAccessor mda(*pf, methodId); in GetMethodName() local 118 panda_file::MethodDataAccessor mda(*pf, methodId); in GetRecordName() local 131 panda_file::MethodDataAccessor mda(*pf, methodId); in GetRecordNameWithSymbol() local 143 panda_file::MethodDataAccessor mda(*pandaFile, methodId); in GetCodeSize() local
|
D | debug_info_extractor.cpp | 275 MethodDataAccessor mda(pandaFile, methodId); in ExtractorMethodDebugInfo() local 333 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
|
D | type_literal_extractor.cpp | 40 panda_file::MethodDataAccessor mda(pf, methodId); in GetMethodAnnoOffset() local
|
D | panda_file_translator.cpp | 58 (panda_file::MethodDataAccessor &mda) { in TranslateClasses()
|
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
D | methoddataaccessor_fuzzer.cpp | 33 panda::panda_file::MethodDataAccessor mda(panda_file, id); in MethodDataAccessorFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_executor_test.cpp | 79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 115 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 153 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() 122 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
D | js_pandafile_test.cpp | 136 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 170 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 220 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
D | js_pandafile_manager_test.cpp | 261 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
/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/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
D | debuginfodataaccessor_fuzzer.cpp | 34 panda::panda_file::MethodDataAccessor mda(panda_file, id); in DebugInfoDataAccessorFuzzTest() local
|
/arkcompiler/runtime_core/assembler/tests/ |
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()
|
D | assembler_emitter_test.cpp | 82 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a10102() 135 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a10402() 255 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a10902() 369 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a10a02() 517 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { EXPECT_FALSE(mda.GetSourceLang());… in __anon654af7a10d02() 548 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a10e02() 574 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a10f02() 784 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon654af7a11102()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | method.cpp | 76 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in FindCatchBlock() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | irBuilder_tests.cpp | 60 … cda.EnumerateMethods([&prog, maps, methodName, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFunc() 93 cda.EnumerateMethods([&pfile, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFile()
|
D | compiler_regalloc_test.cpp | 1066 … cda.EnumerateMethods([&pfile, test_method_name, &status](panda_file::MethodDataAccessor &mda) { in __anon5d7559aa1702()
|
/arkcompiler/runtime_core/libpandafile/ |
D | debug_helpers.h | 140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bc_offset, in GetLineNumber()
|
D | debug_info_extractor.cpp | 197 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 288 const panda_file::MethodDataAccessor &mda, bool is_dynamic) in OptimizeFunction() 375 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | ir_builder.cpp | 103 panda_file::MethodDataAccessor mda(*panda_file, in CheckMethodLimitations() local 266 panda_file::MethodDataAccessor mda(*panda_file, in CreateTryCatchBoundariesBlocks() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_data_extractor.cpp | 67 ModuleDataAccessor mda(jsPandaFile, moduleId); in ExtractModuleDatas() local
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
D | abc_file.cpp | 385 ModuleDataAccessor mda(*panda_file_, module_id); in ExtractModuleRecord() local 462 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in InitializeAllDefinedFunction() 753 compiler::Graph *AbcFile::GenerateFunctionGraph(const panda_file::MethodDataAccessor &mda, std::str… in GenerateFunctionGraph() 1082 panda_file::MethodDataAccessor mda {*panda_file_, method_id}; in GetStringByMethodId() local
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 68 cda.EnumerateMethods([&pointers](panda_file::MethodDataAccessor &mda) { in GetPointers()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_inline_lowering.cpp | 153 panda_file::MethodDataAccessor mda(*pf, method->GetMethodId()); in FilterInlinedMethod() local
|
D | bytecode_info_collector.cpp | 87 &methodIndexes, &classConstructIndexes] (panda_file::MethodDataAccessor &mda) { in ProcessClasses()
|