Lines Matching refs:MethodInfo
34 for (const auto &MethodInfo : MB.Methods) { in registerJITLoaderVTuneRegisterImpl() local
38 MethodMessage.method_id = MethodInfo.MethodID; in registerJITLoaderVTuneRegisterImpl()
39 if (MethodInfo.NameSI != 0 && MethodInfo.NameSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
41 const_cast<char *>(MB.Strings.at(MethodInfo.NameSI).data()); in registerJITLoaderVTuneRegisterImpl()
45 if (MethodInfo.ClassFileSI != 0 && MethodInfo.ClassFileSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
47 const_cast<char *>(MB.Strings.at(MethodInfo.ClassFileSI).data()); in registerJITLoaderVTuneRegisterImpl()
51 if (MethodInfo.SourceFileSI != 0 && MethodInfo.SourceFileSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
53 const_cast<char *>(MB.Strings.at(MethodInfo.SourceFileSI).data()); in registerJITLoaderVTuneRegisterImpl()
58 MethodMessage.method_load_address = MethodInfo.LoadAddr.toPtr<void *>(); in registerJITLoaderVTuneRegisterImpl()
59 MethodMessage.method_size = MethodInfo.LoadSize; in registerJITLoaderVTuneRegisterImpl()
67 for (const auto &LInfo : MethodInfo.LineTable) { in registerJITLoaderVTuneRegisterImpl()