Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc183 std::unique_ptr<JNIMacroLabel> jclass_read_barrier_slow_path; in ArtJniCompileMethodInternal() local
186 jclass_read_barrier_slow_path = __ CreateLabel(); in ArtJniCompileMethodInternal()
190 __ TestGcMarking(jclass_read_barrier_slow_path.get(), JNIMacroUnaryCondition::kNotZero); in ArtJniCompileMethodInternal()
600 __ Bind(jclass_read_barrier_slow_path.get()); in ArtJniCompileMethodInternal()