| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 28 panda_file::MethodDataAccessor mda(*(jsPandaFile->GetPandaFile()), methodId); in MethodLiteral() local 45 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId()); in Initialize() local 103 panda_file::MethodDataAccessor mda(*(jsPandaFile->GetPandaFile()), methodId); in GetName() local 114 panda_file::MethodDataAccessor mda(*pf, methodId); in GetRecordName() local 125 … panda_file::MethodDataAccessor mda(*(jsPandaFile->GetPandaFile()), methodLiteral->GetMethodId()); in GetNumVregs() local 140 panda_file::MethodDataAccessor mda(*pandaFile, methodId); in GetCodeSize() local
|
| D | module_data_extractor.cpp | 67 ModuleDataAccessor mda(*pf, moduleId); in ExtractModuleDatas() local
|
| D | debug_info_extractor.cpp | 186 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_executor_test.cpp | 79 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 113 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 150 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() 124 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
| D | js_pandafile_test.cpp | 140 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 175 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0() 226 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
| D | js_pandafile_manager_test.cpp | 186 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 33 panda::panda_file::MethodDataAccessor mda(panda_file, id); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | emitter_test.cpp | 95 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/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 35 panda::panda_file::MethodDataAccessor mda(panda_file, id); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 34 panda::panda_file::MethodDataAccessor mda(panda_file, id); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | method.cpp | 300 panda_file::MethodDataAccessor mda(*(panda_file_), file_id_); in GetNumericalAnnotation() local 307 panda_file::MethodDataAccessor mda(*(panda_file_), file_id_); in GetStringDataAnnotation() local 342 panda_file::MethodDataAccessor mda(*(panda_file_), file_id_); in FindCatchBlock() local 385 panda_file::MethodDataAccessor mda(*(panda_file_), file_id_); in GetLineNumFromBytecodeOffset() local
|
| D | compiler.cpp | 247 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in GetMethodReturnType() local 256 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in GetMethodArgumentType() local 264 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in GetMethodArgumentsCount() local 272 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in IsMethodStatic() local 303 panda_file::MethodDataAccessor mda(*pf, panda_file::File::EntityId(id)); in IsMethodIntrinsic() local
|
| D | compiler.h | 247 …auto mda = panda_file::MethodDataAccessor(*MethodCast(method)->GetPandaFile(), MethodCast(method)-… in GetClassIdForMethod() local 253 auto mda = panda_file::MethodDataAccessor(*MethodCast(parent_method)->GetPandaFile(), in GetClassIdForMethod() local
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.cpp | 130 const panda_file::MethodDataAccessor &mda, in GetMethodFlags() 347 …e::MethodHash CalcMethodHash(const panda_file::File &pf, const panda_file::MethodDataAccessor &mda) in CalcMethodHash() 514 …nitializeSignature(LibCache::CachedMethod *cachedMethod, const panda_file::MethodDataAccessor &mda, in InitializeSignature() 557 …oid InitializeCode(LibCache::CachedMethod *cachedMethod, const panda_file::MethodDataAccessor &mda) in InitializeCode() 580 const panda_file::MethodDataAccessor &mda) in ProcessMethod() 727 cda.EnumerateMethods([&](const panda_file::MethodDataAccessor &mda) { in ProcessClass() 919 panda_file::MethodDataAccessor mda {file, id}; in ResolveMethod() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | debug_helpers.h | 140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bc_offset, in GetLineNumber()
|
| D | debug_info_extractor.cpp | 197 cda.EnumerateMethods([&](MethodDataAccessor &mda) { in Extract()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 288 const panda_file::MethodDataAccessor &mda, bool is_dynamic) in OptimizeFunction() 375 … cda.EnumerateMethods([prog, maps, is_dynamic, &result](panda_file::MethodDataAccessor &mda) { in OptimizePandaFile()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | debugger_test.cpp | 104 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 103 panda_file::MethodDataAccessor mda(*panda_file, in CheckMethodLimitations() local 277 panda_file::MethodDataAccessor mda(*panda_file, in CreateTryCatchBoundariesBlocks() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.cpp | 43 panda_file::MethodDataAccessor mda(*pf, fieldId); in LoadTypes() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | vtable_builder.h | 40 MethodInfo(const panda_file::MethodDataAccessor &mda, size_t index, ClassLinkerContext *ctx) in MethodInfo()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | abc_file.cpp | 385 ModuleDataAccessor mda(*panda_file_, module_id); in ExtractModuleRecord() local 462 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &mda) { in InitializeAllDefinedFunction() 753 compiler::Graph *AbcFile::GenerateFunctionGraph(const panda_file::MethodDataAccessor &mda, std::str… in GenerateFunctionGraph() 1082 panda_file::MethodDataAccessor mda {*panda_file_, method_id}; in GetStringByMethodId() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 68 cda.EnumerateMethods([&pointers](panda_file::MethodDataAccessor &mda) { in GetPointers()
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_vm.cpp | 220 panda_file::MethodDataAccessor mda(*pf, entrypoint->GetFileId()); in CheckEntrypointSignature() local
|