Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor.cpp20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor() function in panda::panda_file::MethodDataAccessor
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor.cpp21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor() function in ark::panda_file::MethodDataAccessor
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp178 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { ASSERT_TRUE(false); }); in TEST()
Dassembler_emitter_test.cpp207 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { EXPECT_TRUE(false); }); in __anon3a1ef3230802()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp180 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { ASSERT_TRUE(false); }); in TEST()