Home
last modified time | relevance | path

Searched refs:EnumerateMethods (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dgraph_test.h56 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()
Druntime_adapter_test.cpp68 cda.EnumerateMethods([&pointers](panda_file::MethodDataAccessor &mda) { in GetPointers()
Dcommon.h224 …cda.EnumerateMethods([&temp_graph, ptr_file, func_name, this](panda_file::MethodDataAccessor &mda)… in ParseToGraph()
/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/assembler/tests/
Demitter_test.cpp95 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()
Dassembler_emitter_test.cpp82 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/
Dgraph_test.h56 cda.EnumerateMethods([&pfile, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFile()
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/
Dclass_data_accessor-inl.h54 EnumerateMethods([](const MethodDataAccessor & /* unused */) {}); in SkipMethods()
174 inline void ClassDataAccessor::EnumerateMethods(const Callback &cb) in EnumerateMethods() function
Dclass_data_accessor.h98 void EnumerateMethods(const Callback &cb);
Ddebug_info_extractor.cpp197 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
Dfile_reader.cpp954 class_acc.EnumerateMethods( in CreateClassItem()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h117 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in MatchWithLocation()
Ddebug_info_extractor.cpp333 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
Dpanda_file_translator.cpp56 …cda.EnumerateMethods([jsPandaFile, &translatedCode, methodLiterals, &methodIdx, pf, &methodName, &… in TranslateClasses()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp374 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/
Doptimize_bytecode.cpp375 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp85 cda.EnumerateMethods([this, methods, &methodIdx, pf, &processedMethod, in ProcessClasses()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp462 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in InitializeAllDefinedFunction()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp81 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in CreateJSPandaFile()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp426 class_accessor.EnumerateMethods([&](panda_file::MethodDataAccessor &method_accessor) -> void { in GetMethods()

12