Home
last modified time | relevance | path

Searched refs:bytecode_attempts (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Doptimizing_compiler_stats.h137 uint32_t bytecode_attempts = in Log() local
139 if (compiled_intrinsics == 0u && compiled_native_stubs == 0u && bytecode_attempts == 0u) { in Log()
147 compiled_intrinsics + compiled_native_stubs + bytecode_attempts; in Log()