/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | graph_test.h | 56 cda.EnumerateMethods([&pfile, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFile() 85 … cda.EnumerateMethods([maps, method_name, ir_interface, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFunc()
|
D | runtime_adapter_test.cpp | 68 cda.EnumerateMethods([&pointers](panda_file::MethodDataAccessor &mda) { in GetPointers()
|
D | common.h | 224 …cda.EnumerateMethods([&temp_graph, ptr_file, func_name, this](panda_file::MethodDataAccessor &mda)… in ParseToGraph()
|
/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/assembler/tests/ |
D | emitter_test.cpp | 95 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST() 178 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { ASSERT_TRUE(false); }); 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() 209 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { EXPECT_TRUE(false); }); in __anon654af7a10802() 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/runtime_core/compiler/tests/ |
D | graph_test.h | 56 cda.EnumerateMethods([&pfile, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFile()
|
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 | class_data_accessor-inl.h | 54 EnumerateMethods([](const MethodDataAccessor & /* unused */) {}); in SkipMethods() 174 inline void ClassDataAccessor::EnumerateMethods(const Callback &cb) in EnumerateMethods() function
|
D | class_data_accessor.h | 98 void EnumerateMethods(const Callback &cb);
|
D | debug_info_extractor.cpp | 197 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
|
D | file_reader.cpp | 954 class_acc.EnumerateMethods( in CreateClassItem()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | debug_info_extractor.h | 117 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in MatchWithLocation()
|
D | debug_info_extractor.cpp | 333 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
|
D | panda_file_translator.cpp | 56 …cda.EnumerateMethods([jsPandaFile, &translatedCode, methodLiterals, &methodIdx, pf, &methodName, &… in TranslateClasses()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | file_item_container_test.cpp | 374 class_data_accessor.EnumerateMethods([&](MethodDataAccessor &data_accessor) { in __anon97c8f9170802() 436 class_data_accessor.EnumerateMethods([&](MethodDataAccessor &data_accessor) { in __anon97c8f9170b02() 528 class_data_accessor.EnumerateMethods([&](MethodDataAccessor &data_accessor) { in TestProtos() 653 class_data_accessor.EnumerateMethods([&](MethodDataAccessor &data_accessor) { in __anon97c8f9171102()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 375 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 85 cda.EnumerateMethods([this, methods, &methodIdx, pf, &processedMethod, in ProcessClasses()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
D | abc_file.cpp | 462 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in InitializeAllDefinedFunction()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 81 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in CreateJSPandaFile()
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 426 class_accessor.EnumerateMethods([&](panda_file::MethodDataAccessor &method_accessor) -> void { in GetMethods()
|