Home
last modified time | relevance | path

Searched defs:methodDataAccessor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp407 static void LoadMethod(Method *method, panda_file::MethodDataAccessor *methodDataAccessor, Class *k… in LoadMethod()
512 … &methodIndex](panda_file::MethodDataAccessor &methodDataAccessor) { in LoadMethods()
1386 panda_file::MethodDataAccessor methodDataAccessor(pf, id); in GetMethod() local
1424 panda_file::MethodDataAccessor methodDataAccessor(*pf, id); in GetMethod() local
1444 …hod *ClassLinker::GetMethod(const Class *klass, const panda_file::MethodDataAccessor &methodDataAc… in GetMethod()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp530 &callback](panda_file::MethodDataAccessor &methodDataAccessor) { in IterateClassMethods()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp663 MethodDataAccessor methodDataAccessor(*pandaFile, methodItem->GetFileId()); in TEST() local