OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cold
(Results
26 - 50
of
773
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
97
/// \brief Returns true if \p F has
cold
function entry.
99
/// Returns true if \p F has
cold
function entry or
cold
call edge.
103
/// \brief Returns true if count \p C is considered
cold
.
107
/// \brief Returns true if BasicBlock \p B is considered
cold
.
111
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
64
/// \brief Returns true if \p F has
cold
function entry.
66
/// Returns true if \p F has
cold
function entry or
cold
call edge.
70
/// \brief Returns true if count \p C is considered
cold
.
74
/// \brief Returns true if BasicBlock \p B is considered
cold
.
78
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
91
/// \brief Returns true if \p F has
cold
function entry.
93
/// Returns true if \p F has
cold
function entry or
cold
call edge.
97
/// \brief Returns true if count \p C is considered
cold
.
101
/// \brief Returns true if BasicBlock \p B is considered
cold
.
105
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
91
/// \brief Returns true if \p F has
cold
function entry.
93
/// Returns true if \p F has
cold
function entry or
cold
call edge.
97
/// \brief Returns true if count \p C is considered
cold
.
101
/// \brief Returns true if BasicBlock \p B is considered
cold
.
105
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
97
/// \brief Returns true if \p F has
cold
function entry.
99
/// Returns true if \p F has
cold
function entry or
cold
call edge.
103
/// \brief Returns true if count \p C is considered
cold
.
107
/// \brief Returns true if BasicBlock \p B is considered
cold
.
111
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
97
/// \brief Returns true if \p F has
cold
function entry.
99
/// Returns true if \p F has
cold
function entry or
cold
call edge.
103
/// \brief Returns true if count \p C is considered
cold
.
107
/// \brief Returns true if BasicBlock \p B is considered
cold
.
111
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
97
/// \brief Returns true if \p F has
cold
function entry.
99
/// Returns true if \p F has
cold
function entry or
cold
call edge.
103
/// \brief Returns true if count \p C is considered
cold
.
107
/// \brief Returns true if BasicBlock \p B is considered
cold
.
111
/// \brief Returns true if Callsite \p CS is considered
cold
.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ProfileSummaryInfo.h
38
/// isColdCount that tells whether a given profile count is considered hot/
cold
40
/// check whether a function is hot or
cold
.
97
/// \brief Returns true if \p F has
cold
function entry.
99
/// Returns true if \p F has
cold
function entry or
cold
call edge.
103
/// \brief Returns true if count \p C is considered
cold
.
107
/// \brief Returns true if BasicBlock \p B is considered
cold
.
111
/// \brief Returns true if Callsite \p CS is considered
cold
.
/packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
FilesAppPerfTest.java
40
"files-
cold
-start-performance-median";
64
public void runFilesStartPerformanceTest(boolean
cold
) throws Exception {
67
if (
cold
) {
68
// Kill all providers, as well as DocumentsUI to measure a
cold
start.
81
reportMetrics(
cold
? KEY_FILES_COLD_START_PERFORMANCE_MEDIAN
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_bl1_setup.c
23
* Initialize Interconnect for this cluster during
cold
boot.
fvp_bl31_setup.c
26
* Initialize the correct interconnect for this cluster during
cold
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/sp_min/
fvp_sp_min_setup.c
19
* Initialize the correct interconnect for this cluster during
cold
/external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent_unittest.py
22
False, #
cold
/external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
35
/// isColdCount that tells whether a given profile count is considered hot/
cold
37
/// check whether a function is hot or
cold
.
56
/// \brief Returns true if \p F is a
cold
function.
60
/// \brief Returns true if count \p C is considered
cold
.
/external/llvm/test/CodeGen/X86/
code_placement_cold_loop_blocks.ll
4
; Test if a
cold
block in a loop will be placed at the end of the function
41
; Test if a block that is
cold
in the inner loop but not
cold
in the outer loop
80
; Test if a
cold
block in an inner loop will be placed at the end of the
/external/llvm/test/Transforms/Inline/
inline-cold-callee.ll
3
; This tests that a
cold
callee gets the (lower) inlinecold-threshold even without
4
;
Cold
hint and does not get inlined because the cost exceeds the inlinecold-threshold.
inline-cold.ll
2
; Test that functions with attribute
Cold
are not inlined while the
3
; same function without attribute
Cold
will be inlined.
7
; the default
cold
threshold, so a
cold
function with size bigger
8
; than the default
cold
threshold (225) will be inlined.
11
; The same
cold
function will not be inlined with the default behavior.
15
; This function should be larger than the
cold
threshold (75), but smaller
48
; Function Attrs: nounwind
cold
readnone uwtable
85
; This function should be larger than the default
cold
threshold (225).
200
attributes #1 = { nounwind
cold
readnone uwtable
[
all
...]
/external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/
format
20
print fmt: "dev = (%d,%d), type = %s, policy = (%s, %s, %s), victim = %u ofs_unit = %u, pre_victim_secno = %d, prefree = %u, free = %u", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), __print_symbolic(REC->type, { CURSEG_HOT_DATA, "Hot DATA" }, { CURSEG_WARM_DATA, "Warm DATA" }, { CURSEG_COLD_DATA, "
Cold
DATA" }, { CURSEG_HOT_NODE, "Hot NODE" }, { CURSEG_WARM_NODE, "Warm NODE" }, { CURSEG_COLD_NODE, "
Cold
NODE" }, { NO_CHECK_TYPE, "No TYPE" }), __print_symbolic(REC->gc_type, { FG_GC, "Foreground GC" }, { BG_GC, "Background GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mode" }, { SSR, "SSR-mode" }), __print_symbolic(REC->gc_mode, { GC_GREEDY, "Greedy" }, { GC_CB, "Cost-Benefit" }), REC->victim, REC->ofs_unit, (int)REC->pre_victim, REC->prefree, REC->free
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/common/aarch32/
css_helpers.S
18
* In the normal boot flow,
cold
-booting secondary
23
/* TODO: Implement secondary CPU
cold
boot setup on CSS platforms */
31
* Main job of this routine is to distinguish between a
cold
and a warm
35
* it's a
cold
reset.
38
* - 0 for a
cold
boot;
68
* cpu (applicable ony after a
cold
boot)
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/common/aarch64/
css_helpers.S
19
* In the normal boot flow,
cold
-booting secondary CPUs is not yet
31
/* TODO: Implement secondary CPU
cold
boot setup on CSS platforms */
51
* Main job of this routine is to distinguish between a
cold
and a warm
55
* it's a
cold
reset.
58
* - 0 for a
cold
boot;
88
* cpu (applicable ony after a
cold
boot)
/external/llvm/test/Transforms/CodeGenPrepare/X86/
sink-addrmode.ll
76
; Can we still sink addressing mode if there's a
cold
use of the
99
call void @slowpath(i32 %v1, i32* %casted)
cold
124
call void @slowpath(i32 %v1, i32* %casted) ;; NOT
COLD
149
call void @slowpath(i32 %v1, i32* %casted)
cold
155
; when there are
cold
paths for each.
185
call void @slowpath(i32 %v1, i32* %casted)
cold
191
call void @slowpath(i32 %v2, i32* %casted)
cold
/system/core/init/
ueventd.cpp
57
// '
cold
boot'.
59
// 'init' currently waits synchronously on the
cold
boot process of ueventd before it continues
60
// its boot process. For this reason,
cold
boot should be as quick as possible. One way to achieve
62
// time during
cold
boot.
77
// given file. It is more efficient to simply do restorecon recursively on /sys during
cold
boot,
78
// than to do restorecon on each device as its uevent is handled. This only applies to
cold
boot;
81
// With all of the above considered, the
cold
boot process has the below steps:
175
// init reaps it, and the
cold
boot process will start again. If this continues to fail, then
179
//
cold
boot and will reboot to the bootloader if ueventd does not complete in time.
/packages/apps/Camera2/src/android/util/
CameraPerformanceTracker.java
21
* of
cold
/warm start of the activity, mode switch duration, etc). We can then query
80
//
Cold
start.
103
Log.d(TAG, "
Cold
start latency: " + (sInstance.mFirstPreviewFrameLatencyColdStart
112
* Gets the latency of a
cold
start of the app, measured from the time onCreate
115
* @return latency of a
cold
start. If no instances have been created, return
/external/autotest/server/site_tests/firmware_FAFTSetup/
firmware_FAFTSetup.py
15
-
Cold
reset
90
logging.info("Check
cold
boot")
91
self.switcher.mode_aware_reboot(reboot_type='
cold
')
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ResetSystemLib.h
20
This function causes a system-wide reset (
cold
reset), in which
25
If this function returns, it means that the system does not support
cold
reset.
Completed in 1862 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>