Home
last modified time | relevance | path

Searched defs:MethodDataAccessor (Results 1 – 3 of 3) 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/assembler/tests/
Demitter_test.cpp178 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { ASSERT_TRUE(false); }); in TEST()
Dassembler_emitter_test.cpp209 cda.EnumerateMethods([&](panda_file::MethodDataAccessor &) { EXPECT_TRUE(false); }); in __anon654af7a10802()