Searched defs:is_ref (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/entrypoints/quick/ |
| D | quick_thread_entrypoints.cc | 26 extern "C" Context* artDeoptimizeIfNeeded(Thread* self, uintptr_t result, bool is_ref) in artDeoptimizeIfNeeded()
|
| D | quick_trampoline_entrypoints.cc | 2524 bool is_ref = (shorty[0] == 'L'); in artInvokePolymorphic() local 2624 bool is_ref = shorty[0] == 'L'; in artInvokePolymorphicWithHiddenReceiver() local 2683 bool is_ref = (shorty[0] == 'L'); in artInvokeCustom() local 2749 bool is_ref = false; in artMethodExitHook() local
|
| /art/runtime/arch/riscv64/ |
| D | quick_entrypoints_riscv64.S | 548 .macro DEOPT_OR_RETURN temp, is_ref = 0 592 .macro RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION is_ref = 0 argument 608 .macro DEOPT_OR_RESTORE_SAVE_EVERYTHING_FRAME_AND_RETURN_A0 temp, is_ref
|
| /art/runtime/arch/arm/ |
| D | quick_entrypoints_arm.S | 138 .macro RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION is_ref = 0 argument 153 .macro DEOPT_OR_RETURN temp, is_ref = 0 178 .macro DEOPT_OR_RESTORE_SAVE_EVERYTHING_FRAME_AND_RETURN_R0 temp, is_ref
|
| /art/runtime/arch/arm64/ |
| D | quick_entrypoints_arm64.S | 185 .macro RETURN_OR_DEOPT_OR_DELIVER_PENDING_EXCEPTION is_ref = 0 argument 199 .macro DEOPT_OR_RETURN temp, is_ref = 0 224 .macro DEOPT_OR_RESTORE_SAVE_EVERYTHING_FRAME_AND_RETURN_X0 temp, is_ref
|
| /art/runtime/ |
| D | instrumentation.cc | 1645 bool* is_ref, in GetReturnValue() 1671 bool is_ref, in PushDeoptContextIfNeeded()
|
| /art/compiler/jni/ |
| D | jni_compiler_test.cc | 158 static constexpr const bool is_ref = member
|