Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp60 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in PrintFunction()
82 …erWriter::CheckOverloading(panda_file::ClassDataAccessor &cda, panda_file::MethodDataAccessor &mda) in CheckOverloading()
107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda in PrintPrototype()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp97 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { 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()
868 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp36 panda_file::MethodDataAccessor mda(*pf, methodId); in Initialize() local
171 panda_file::MethodDataAccessor mda(*pf, methodId); in GetRecordNameWithSymbol() local
183 panda_file::MethodDataAccessor mda(*pandaFile, methodId); in GetCodeSize() local
198 panda_file::MethodDataAccessor mda(*pf, methodId); in GetConcurrentRequestedModules() local
Djs_pandafile.cpp406 panda_file::MethodDataAccessor mda(*pf_, methodId); in GetMethodName() local
414 panda_file::MethodDataAccessor mda(*pf_, methodId); in GetCpuProfilerMethodName() local
429 panda_file::MethodDataAccessor mda(*pf_, methodId); in GetRecordName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_annotation.cpp30 panda_file::MethodDataAccessor mda(pf, method->GetFileId()); in FindAsyncAnnotation() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp82 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3230102()
135 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3230402()
253 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3230902()
367 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3230a02()
515 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { EXPECT_FALSE(mda.GetSourceLang());… in __anon3a1ef3230d02()
546 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3230e02()
572 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3230f02()
781 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3231102()
1224 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3231302()
1249 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon3a1ef3231402()
[all …]
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()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.cpp21 bool BytecodeOptimizerRuntimeAdapter::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual()
Doptimize_bytecode.cpp254const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) in OptimizeFunction()
344 … cda.EnumerateMethods([prog, maps, isDynamic, lang, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
/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/tests/fuzztest/methoddataaccessor_fuzzer/
Dmethoddataaccessor_fuzzer.cpp33 panda::panda_file::MethodDataAccessor mda(panda_file, id); in MethodDataAccessorFuzzTest() local
/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/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp34 panda::panda_file::MethodDataAccessor mda(panda_file, id); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp35 panda::panda_file::MethodDataAccessor mda(panda_file, id); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp266 panda_file::ModuleDataAccessor &mda, in AnalysisModuleRecordInfoOfModuleDataAccessor()
327 panda_file::ModuleDataAccessor mda(pfile, module_entity_id); in AnalysisModuleRecordInfo() local
339 panda_file::MethodDataAccessor &mda) { in AnalysisModuleConstantValue()
431 const panda_file::MethodDataAccessor &mda, bool is_dynamic) in OptimizeFunction()
516 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.cpp20 size_t GetLineNumber(ark::panda_file::MethodDataAccessor mda, uint32_t bcOffset, in GetLineNumber()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp89 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in FindCatchBlock() local
110 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in HasCatchBlock() local
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dfile_ext.cpp63 auto callBack = [this, offset, &found](ark::panda_file::MethodDataAccessor &mda) -> void { 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/static_core/runtime/
Dmethod.cpp351 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in GetNumericalAnnotation() local
358 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in GetStringDataAnnotation() local
397 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in FindCatchBlockInPandaFile() local
452 panda_file::MethodDataAccessor mda(*(pandaFile_), fileId_); in GetLineNumFromBytecodeOffset() 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()
/arkcompiler/runtime_core/libpandafile/
Ddebug_helpers.h140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bc_offset, in GetLineNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp153 panda_file::MethodDataAccessor mda(*pandaFile, in CheckMethodLimitations() local
414 panda_file::MethodDataAccessor mda(*pandaFile, in CreateTryCatchBoundariesBlocks() local
694 panda_file::MethodDataAccessor mda(*pandaFile, in RunImpl() local
725 panda_file::MethodDataAccessor mda(*(pandaFile), in FindCatchBlockInPandaFile() local
/arkcompiler/runtime_core/abc2program/
Dabc_class_processor.cpp104 class_data_accessor_->EnumerateMethods([&](panda_file::MethodDataAccessor &mda) -> void { in FillFunctions()

123