Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc325 std::unique_ptr<JNIMacroLabel> skip_cold_path_label; in ArtJniCompileMethodInternal() local
327 skip_cold_path_label = __ CreateLabel(); in ArtJniCompileMethodInternal()
336 __ Jump(skip_cold_path_label.get(), in ArtJniCompileMethodInternal()
378 __ Bind(skip_cold_path_label.get()); in ArtJniCompileMethodInternal()