Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc94 bool needs_entry_exit_hooks = is_debuggable && compiler_options.IsJitCompiler(); in ArtJniCompileMethodInternal() local
98 DCHECK_IMPLIES(needs_entry_exit_hooks, !is_critical_native); in ArtJniCompileMethodInternal()
109 bool should_tag_sp = needs_entry_exit_hooks; in ArtJniCompileMethodInternal()
231 if (UNLIKELY(needs_entry_exit_hooks)) { in ArtJniCompileMethodInternal()
575 if (UNLIKELY(needs_entry_exit_hooks)) { in ArtJniCompileMethodInternal()
698 if (UNLIKELY(needs_entry_exit_hooks)) { in ArtJniCompileMethodInternal()