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.cpp383 static void LoadMethod(Method *method, panda_file::MethodDataAccessor *methodDataAccessor, Class *k… in LoadMethod()
488 … &methodIndex](panda_file::MethodDataAccessor &methodDataAccessor) { in LoadMethods()
1359 panda_file::MethodDataAccessor methodDataAccessor(pf, id); in GetMethod() local
1397 panda_file::MethodDataAccessor methodDataAccessor(*pf, id); in GetMethod() local
1417 …hod *ClassLinker::GetMethod(const Class *klass, const panda_file::MethodDataAccessor &methodDataAc… in GetMethod()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp607 &errorOccurred](panda_file::MethodDataAccessor &methodDataAccessor) { in Compile()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp662 MethodDataAccessor methodDataAccessor(*pandaFile, methodItem->GetFileId()); in TEST() local