Home
last modified time | relevance | path

Searched defs:is_ref (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc24 extern "C" void artDeoptimizeIfNeeded(Thread* self, uintptr_t result, bool is_ref) in artDeoptimizeIfNeeded()
Dquick_trampoline_entrypoints.cc2447 bool is_ref = (shorty[0] == 'L'); in artInvokePolymorphic() local
2506 bool is_ref = (shorty[0] == 'L'); in artInvokeCustom() local
2566 bool is_ref = false; in artMethodExitHook() local
/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S542 .macro DEOPT_OR_RETURN temp, is_ref = 0
573 .macro RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION is_ref = 0 argument
587 .macro DEOPT_OR_RESTORE_SAVE_EVERYTHING_FRAME_AND_RETURN_A0 temp, is_ref
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S138 .macro RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION is_ref = 0 argument
151 .macro DEOPT_OR_RETURN temp, is_ref = 0
166 .macro DEOPT_OR_RESTORE_SAVE_EVERYTHING_FRAME_AND_RETURN_R0 temp, is_ref
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S199 .macro RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION is_ref = 0 argument
211 .macro DEOPT_OR_RETURN temp, is_ref = 0
226 .macro DEOPT_OR_RESTORE_SAVE_EVERYTHING_FRAME_AND_RETURN_X0 temp, is_ref
/art/runtime/
Dinstrumentation.cc1649 bool* is_ref, in GetReturnValue()
1675 bool is_ref, in PushDeoptContextIfNeeded()
/art/compiler/jni/
Djni_compiler_test.cc158 static constexpr const bool is_ref = member