HomeSort by relevance Sort by last modified time
    Searched refs:hotness (Results 1 - 13 of 13) sorted by null

  /art/profman/
boot_image_profile.cc 27 using Hotness = ProfileCompilationInfo::MethodHotness;
59 Hotness hotness = profile->GetMethodHotness(ref); local
60 if (hotness.IsInProfile()) {
62 out_profile->AddMethodHotness(ref, hotness);
71 Hotness hotness; local
72 hotness.AddFlag(Hotness::kFlagHot);
73 out_profile->AddMethodHotness(ref, hotness);
    [all...]
  /art/runtime/interpreter/mterp/mips/
entry.S 67 move rPROFILE, v0 # Starting hotness countdown to rPROFILE
  /art/runtime/interpreter/mterp/arm/
entry.S 71 mov rPROFILE, r0 @ Starting hotness countdown to rPROFILE
  /art/runtime/interpreter/mterp/mips64/
entry.S 86 move rPROFILE, v0 # Starting hotness countdown to rPROFILE
  /art/runtime/jit/
profile_compilation_info.cc     [all...]
profile_saver.cc 401 using Hotness = ProfileCompilationInfo::MethodHotness;
419 uint8_t flags = Hotness::kFlagHot;
420 flags |= startup ? Hotness::kFlagStartup : Hotness::kFlagPostStartup;
422 static_cast<Hotness::Flag>(flags),
432 cached_info->AddMethodsForDex(startup ? Hotness::kFlagStartup : Hotness::kFlagPostStartup,
810 ProfileCompilationInfo::MethodHotness hotness = info.GetMethodHotness(ref); local
    [all...]
profile_compilation_info.h 171 // Profile method hotness information for a single method. Also includes a pointer to the inline
290 // Add hotness flags for a simple method.
291 bool AddMethodHotness(const MethodReference& method_ref, const MethodHotness& hotness);
  /art/dexlayout/
dexlayout.cc     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S 61 s6 rPROFILE jit profile hotness countdown
387 move rPROFILE, v0 # Starting hotness countdown to rPROFILE
    [all...]
mterp_arm.S 390 mov rPROFILE, r0 @ Starting hotness countdown to rPROFILE
    [all...]
mterp_mips.S 801 move rPROFILE, v0 # Starting hotness countdown to rPROFILE
    [all...]

Completed in 557 milliseconds