Searched defs:method_data_accessor (Results 1 – 3 of 3) sorted by relevance
354 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() local1285 panda_file::MethodDataAccessor method_data_accessor(*pf, id); in GetMethod() local1306 …od *ClassLinker::GetMethod(const Class *klass, const panda_file::MethodDataAccessor &method_data_a… in GetMethod()
529 &error_occurred](panda_file::MethodDataAccessor &method_data_accessor) { in Compile()
734 MethodDataAccessor method_data_accessor(*panda_file, method_item->GetFileId()); variable