Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp354 static void LoadMethod(Method *method, panda_file::MethodDataAccessor *method_data_accessor, Class … in LoadMethod()
439 … &method_index](panda_file::MethodDataAccessor &method_data_accessor) { in LoadMethods()
1247 panda_file::MethodDataAccessor method_data_accessor(pf, id); in GetMethod() local
1285 panda_file::MethodDataAccessor method_data_accessor(*pf, id); in GetMethod() local
1306 …od *ClassLinker::GetMethod(const Class *klass, const panda_file::MethodDataAccessor &method_data_a… in GetMethod()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp529 &error_occurred](panda_file::MethodDataAccessor &method_data_accessor) { in Compile()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp734 MethodDataAccessor method_data_accessor(*panda_file, method_item->GetFileId()); variable