Home
last modified time | relevance | path

Searched defs:methodAccessor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_key_data.cpp60 ark::panda_file::MethodDataAccessor methodAccessor(file_, methodId); in GetFullFunctionNameById() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp127 panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in GetETSMetadata() local
152 panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in SetETSAttributes() local
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
Dabc2program_ets_plugin.cpp130 panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in GetETSMetadata() local
156 panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in SetETSAttributes() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp364 panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in GetMethod() local
646 classAccessor.EnumerateMethods([&](panda_file::MethodDataAccessor &methodAccessor) -> void { in GetMethods()
890 panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in GetMetaData() local
1211 ark::panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in GetFullMethodName() local
1227 ark::panda_file::MethodDataAccessor methodAccessor(*file_, methodId); in GetMethodSignature() local
1289 panda_file::MethodDataAccessor methodAccessor {*file_, methodId}; in GetMethodInfo() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp807 panda_file::MethodDataAccessor methodAccessor(*pf, argMethodId); in TEST() local