/art/runtime/entrypoints/quick/ |
D | quick_lock_entrypoints.cc | 29 ThrowLocation throw_location(self->GetCurrentLocationForThrow()); in artLockObjectFromCode() 52 ThrowLocation throw_location(self->GetCurrentLocationForThrow()); in artUnlockObjectFromCode()
|
D | quick_field_entrypoints.cc | 95 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGet32InstanceFromCode() 118 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGet64InstanceFromCode() 142 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGetObjInstanceFromCode() 237 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSet32InstanceFromCode() 268 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSet64InstanceFromCode() 296 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSetObjInstanceFromCode()
|
D | quick_throw_entrypoints.cc | 46 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artDeliverExceptionFromCode() 62 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artThrowNullPointerExceptionFromCode()
|
D | quick_fillarray_entrypoints.cc | 52 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artHandleFillArrayDataFromCode()
|
/art/runtime/entrypoints/portable/ |
D | portable_throw_entrypoints.cc | 43 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in art_portable_throw_null_pointer_exception_from_code() 54 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in art_portable_throw_exception_from_code()
|
D | portable_fillarray_entrypoints.cc | 40 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in art_portable_fill_array_data_from_code()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 26 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in ThrowNullPointerExceptionFromInterpreter() 46 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(), f, true); in DoFieldGet() 127 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoIGetQuick() 222 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(), in DoFieldPut() 274 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in DoFieldPut() 330 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoIPutQuick() 518 self->ThrowNewExceptionV(self->GetCurrentLocationForThrow(), "Ljava/lang/InternalError;", fmt, in AbortTransaction() 593 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in DoCall() 688 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in DoFilledNewArray() 902 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), "Ljava/lang/InternalError;", in UnstartedRuntimeInvoke() [all …]
|
D | interpreter_common.h | 139 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoInvokeVirtualQuick()
|
D | interpreter_switch_impl.cc | 264 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteSwitchImpl() 515 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in ExecuteSwitchImpl() 538 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteSwitchImpl() 543 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()); in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 349 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteGotoImpl() 600 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in ExecuteGotoImpl() 624 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteGotoImpl() 629 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()); in ExecuteGotoImpl()
|
/art/runtime/native/ |
D | java_lang_System.cc | 40 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowArrayStoreException_NotAnArray() 79 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in System_arraycopy() 133 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in System_arraycopy()
|
D | java_lang_reflect_Constructor.cc | 43 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Constructor_newInstance()
|
D | java_lang_Class.cc | 56 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Class_classForName()
|
D | dalvik_system_VMDebug.cc | 94 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in VMDebug_startMethodTracingFd() 149 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowUnsupportedOperationException()
|
/art/runtime/mirror/ |
D | string-inl.h | 63 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CharAt()
|
D | object_array-inl.h | 232 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in AssignableCheckingMemcpy()
|
/art/runtime/ |
D | common_throws.cc | 60 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow(); in ThrowException() 82 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow(); in ThrowWrappedException() 318 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowNoSuchMethodError()
|
D | monitor.cc | 302 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowIllegalMonitorStateExceptionF() 453 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in Wait() 565 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in Wait()
|
D | jni_internal.cc | 109 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowNoSuchMethodError() 122 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ReportInvalidJNINativeMethod() 236 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in FindFieldID() 249 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowAIOOBE() 258 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowSIOOBE() 302 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowNewException() 696 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Throw() 3394 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindCodeForNativeMethod()
|
D | stack.h | 315 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | stack.cc | 59 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const { in GetCurrentLocationForThrow() function in art::ShadowFrame
|
D | thread.h | 356 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | thread.cc | 1782 ThrowLocation throw_location = GetCurrentLocationForThrow(); in ThrowOutOfMemoryError() 2018 ThrowLocation Thread::GetCurrentLocationForThrow() { in GetCurrentLocationForThrow() function in art::Thread
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 59 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CheckFilledNewArrayAlloc() 187 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowStackOverflowError()
|
D | entrypoint_utils-inl.h | 56 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CheckObjectAlloc() 298 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindFieldFromCode() 371 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindMethodFromCode()
|