Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/libabckit/src/wrappers/
Dabcfile_wrapper.cpp55 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodTotalArgumentsCount() local
66 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in GetMethodArgumentsCount() local
75 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodRegistersCount() local
84 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodCode() local
93 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodCodeSize() local
104 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodSourceLanguage() local
117 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetClassIdForMethod() local
124 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetClassNameFromMethod() local
132 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in GetMethodName() local
140 panda_file::MethodDataAccessor mda(*pf, MethodCast(method)); in EnumerateTryBlocks() local
/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/runtime/tooling/backtrace/
Dbacktrace.cpp84 panda_file::MethodDataAccessor mda(*file, id); in Symbolize() local
113 std::optional<MethodInfo> Backtrace::ReadMethodInfo(panda_file::MethodDataAccessor &mda) in ReadMethodInfo()
136 cda.EnumerateMethods([&result](panda_file::MethodDataAccessor &mda) { in ReadAllMethodInfos()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp98 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
227 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
317 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
456 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { ASSERT_FALSE(mda.GetSourceLang());… in TEST()
482 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
508 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
705 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
780 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
856 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
872 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp39 panda_file::MethodDataAccessor mda(*pf, methodId); in Initialize() local
192 panda_file::MethodDataAccessor mda(*pf, methodId); in GetRecordNameWithSymbol() local
204 panda_file::MethodDataAccessor mda(*pandaFile, methodId); in GetCodeSize() local
219 panda_file::MethodDataAccessor mda(*pf, methodId); in GetConcurrentRequestedModules() 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 __anon8e05a3840102()
135 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840402()
253 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840902()
367 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840a02()
515 …cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { EXPECT_FALSE(mda.GetSourceLang());… in __anon8e05a3840d02()
546 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840e02()
572 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3840f02()
781 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3841102()
1230 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3841302()
1262 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in __anon8e05a3841402()
[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/libabckit/src/adapter_static/
Druntime_adapter_static.cpp25 bool AbckitRuntimeAdapterStatic::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.cpp22 static bool IsEqual(panda_file::MethodDataAccessor mda, std::initializer_list<panda_file::Type::Typ… in IsEqual()
/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.cpp254 panda_file::ModuleDataAccessor &mda, in AnalysisModuleRecordInfoOfModuleDataAccessor()
315 panda_file::ModuleDataAccessor mda(pfile, module_entity_id); in AnalysisModuleRecordInfo() local
327 panda_file::MethodDataAccessor &mda) { in AnalysisModuleConstantValue()
419 const panda_file::MethodDataAccessor &mda, bool is_dynamic) in OptimizeFunction()
505 … 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/jspandafile/tests/
Djs_pandafile_executor_test.cpp79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
112 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
152 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()
120 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
/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()
166 cda.EnumerateMethods([&](ark::panda_file::MethodDataAccessor &mda) -> void { in EnumerateMethods()
/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/panda_guard/configs/
Dguard_graph_context.cpp77 cda.EnumerateMethods([this, rawName, &methodId](const panda_file::MethodDataAccessor &mda) { in FillMethodPtr()
/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/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DmethodBuilder.cpp34 …ypeNode *> GetFunctionParameters(checker::ETSChecker *checker, panda_file::MethodDataAccessor &mda) in GetFunctionParameters()
76 MethodBuilder::MethodBuilder(checker::ETSChecker *checker, panda_file::MethodDataAccessor &mda, in MethodBuilder()
DclassBuilder.cpp93 cda_.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) -> void { in BuildMethods()
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_class_processor.cpp101 classDataAccessor_->EnumerateMethods([&](panda_file::MethodDataAccessor &mda) -> void { in FillFunctions()

1234