Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp36 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
Ddebug_info_extractor.cpp275 MethodDataAccessor mda(pandaFile, methodId); in ExtractorMethodDebugInfo() local
333 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
Dtype_literal_extractor.cpp40 panda_file::MethodDataAccessor mda(pf, methodId); in GetMethodAnnoOffset() local
Dpanda_file_translator.cpp58 (panda_file::MethodDataAccessor &mda) { in TranslateClasses()
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp33 panda::panda_file::MethodDataAccessor mda(panda_file, id); in MethodDataAccessorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp79 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()
Dpanda_file_translator_test.cpp79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
122 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
Djs_pandafile_test.cpp136 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()
Djs_pandafile_manager_test.cpp261 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp35 panda::panda_file::MethodDataAccessor mda(panda_file, id); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp34 panda::panda_file::MethodDataAccessor mda(panda_file, id); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp95 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()
Dassembler_emitter_test.cpp82 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/
Dmethod.cpp76 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in FindCatchBlock() local
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp60 … cda.EnumerateMethods([&prog, maps, methodName, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFunc()
93 cda.EnumerateMethods([&pfile, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFile()
Dcompiler_regalloc_test.cpp1066 … cda.EnumerateMethods([&pfile, test_method_name, &status](panda_file::MethodDataAccessor &mda) { in __anon5d7559aa1702()
/arkcompiler/runtime_core/libpandafile/
Ddebug_helpers.h140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bc_offset, in GetLineNumber()
Ddebug_info_extractor.cpp197 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp288 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/
Dir_builder.cpp103 panda_file::MethodDataAccessor mda(*panda_file, in CheckMethodLimitations() local
266 panda_file::MethodDataAccessor mda(*panda_file, in CreateTryCatchBoundariesBlocks() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp67 ModuleDataAccessor mda(jsPandaFile, moduleId); in ExtractModuleDatas() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp385 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/
Druntime_adapter_test.cpp68 cda.EnumerateMethods([&pointers](panda_file::MethodDataAccessor &mda) { in GetPointers()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp153 panda_file::MethodDataAccessor mda(*pf, method->GetMethodId()); in FilterInlinedMethod() local
Dbytecode_info_collector.cpp87 &methodIndexes, &classConstructIndexes] (panda_file::MethodDataAccessor &mda) { in ProcessClasses()

12