Searched defs:prof (Results 1 – 6 of 6) sorted by relevance
408 for (const auto& prof: profilers_) { in PushAllProfilersToPendingList() local
111 auto prof = profiling::INVALID_PROFILE; in GetInsInfo() local
1201 auto prof = func->GetProfileTypeInfo(thread); in EnsureFeedbackVectorForFunction() local
4254 auto prof = JSHandle<ProfileTypeInfo>::Cast(profile); in DEF_RUNTIME_STUBS() local4393 auto prof = JSHandle<ProfileTypeInfo>::Cast(profile); in DEF_RUNTIME_STUBS() local4475 auto prof = JSHandle<ProfileTypeInfo>::Cast(profile); in DEF_RUNTIME_STUBS() local
2366 auto prof = JSHandle<ProfileTypeInfo>::Cast(profile); in DumpInfoForLdObjByValue() local
1575 virtual BytecodeProfile GetBytecodeProfile([[maybe_unused]] MethodProfile prof, in GetBytecodeProfile()