Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp97 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
180 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { ASSERT_TRUE(false); }); in TEST()
226 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
316 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
454 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { ASSERT_FALSE(mda.GetSourceLang());… in TEST()
480 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
506 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
702 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
777 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
852 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_set.h72 void EnumerateMethods(const Callback &callback) const in EnumerateMethods() function
135 methodSet->EnumerateMethods(pushAllPandaMethods); in CollectAllPandaMethods()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dgraph_test.h56 cda.EnumerateMethods([&pfile, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFile()
88 … cda.EnumerateMethods([maps, method_name, ir_interface, &cb](panda_file::MethodDataAccessor &mda) { in TestBuildGraphFromFunc()
Dcodegen_test.cpp435 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon85c438b50702()
463 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon85c438b50802()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
114 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
151 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.cpp137 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
171 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
221 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp37 cda.EnumerateMethods([&](const ark::panda_file::MethodDataAccessor &mda) {}); in MethodDataAccessorFuzzTest()
/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 __anonad8984a40102()
135 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a40402()
207 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { EXPECT_TRUE(false); }); in __anonad8984a40802()
253 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a40902()
367 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a40a02()
515 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { EXPECT_FALSE(mda.GetSourceLang());… in __anonad8984a40d02()
546 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a40e02()
572 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a40f02()
781 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a41102()
1229 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anonad8984a41302()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp60 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in PrintFunction()
85 cda.EnumerateMethods([&mda, &isOverloaded](panda_file::MethodDataAccessor &mda1) { in CheckOverloading()
/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.h103 void EnumerateMethods(const Callback &cb);
Ddebug_info_extractor.cpp238 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h54 cda->EnumerateMethods([this](panda_file::MethodDataAccessor &mda) { in BuildForInterface()
100 cda->EnumerateMethods([this, ctx, &classMethods](panda_file::MethodDataAccessor &mda) { in AddClassMethods()
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dfile_ext.cpp85 cda.EnumerateMethods(callBack); in QueryMethodSymByOffset()
94 …cda.EnumerateMethods([this, &cda, &offset, &found](ark::panda_file::MethodDataAccessor &mda) -> vo… in EnumerateAllMethods()
147 cda.EnumerateMethods([&](ark::panda_file::MethodDataAccessor &mda) -> void { in QueryAllMethodSyms()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_test.h62 … cda.EnumerateMethods([&pfile, &cb, &skip_try_catch](panda_file::MethodDataAccessor &mda) {
/arkcompiler/runtime_core/static_core/libpandafile/
Dclass_data_accessor-inl.h55 EnumerateMethods([](const MethodDataAccessor & /* unused */) {}); in SkipMethods()
190 inline void ClassDataAccessor::EnumerateMethods(const Callback &cb) in EnumerateMethods() function
Dclass_data_accessor.h121 void EnumerateMethods(const Callback &cb);
Ddebug_info_extractor.cpp197 cda.EnumerateMethods([this, pf, &sourceFileId, &cda](MethodDataAccessor &mda) { in Extract()
/arkcompiler/runtime_core/abc2program/
Dabc_class_processor.cpp104 class_data_accessor_->EnumerateMethods([&](panda_file::MethodDataAccessor &mda) -> void { in FillFunctions()
/arkcompiler/runtime_core/static_core/tools/sampler/
Daspt_converter.cpp139 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in BuildMethodsMapHelper()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp338 cda.EnumerateMethods([MAIN_METHOD_NAME, record_name, is_dynamic, ir_interface, &result]( in AnalysisModuleConstantValue()
516 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h122 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in MatchWithLocation()
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp192 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST_F()

123