Home | History | Annotate | Download | only in jit

Lines Matching full:profiling_info

29 #include "jit/profiling_info.h"
969 ProfilingInfo* profiling_info = method->GetProfilingInfo(sizeof(void*));
970 if ((profiling_info != nullptr) &&
971 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) {
973 profiling_info->SetSavedEntryPoint(nullptr);