/art/runtime/entrypoints/quick/ |
D | quick_field_entrypoints.cc | 94 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGet32InstanceFromCode() 117 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGet64InstanceFromCode() 141 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artGetObjInstanceFromCode() 223 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSet32InstanceFromCode() 251 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSet64InstanceFromCode() 277 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artSetObjInstanceFromCode()
|
D | quick_throw_entrypoints.cc | 45 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artDeliverExceptionFromCode() 60 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artThrowNullPointerExceptionFromCode()
|
D | quick_fillarray_entrypoints.cc | 52 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artHandleFillArrayDataFromCode()
|
/art/runtime/native/ |
D | java_lang_System.cc | 176 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowArrayStoreException_NotAnArray() 212 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in System_arraycopy() 225 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in System_arraycopy() 311 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in System_arraycopy()
|
D | java_lang_reflect_Constructor.cc | 45 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Constructor_newInstance()
|
D | dalvik_system_DexFile.cc | 102 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in DexFile_openDexFileNative() 118 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in DexFile_openDexFileNative() 208 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in DexFile_isDexOptNeeded()
|
D | java_lang_Class.cc | 56 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Class_classForName()
|
D | dalvik_system_VMDebug.cc | 77 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in VMDebug_startMethodTracingFd() 131 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowUnsupportedOperationException()
|
/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.cc | 490 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in DoInvoke() 539 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoInvokeVirtualQuick() 648 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(), f, true); in DoFieldGet() 695 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoIGetQuick() 743 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(), in DoFieldPut() 774 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in DoFieldPut() 806 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoIPutQuick() 939 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(), in DoFilledNewArray() 1274 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(), in ExecuteImpl() 1391 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in ExecuteImpl() [all …]
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 57 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CheckAndAllocArrayFromCode() 133 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindFieldFromCode() 174 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindMethodFromCode()
|
D | entrypoint_utils.h | 60 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in AllocObjectFromCode()
|
/art/runtime/ |
D | monitor.cc | 258 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowIllegalMonitorStateExceptionF() 416 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in WaitWithLock() 523 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in WaitWithLock()
|
D | common_throws.cc | 62 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow(); in ThrowException() 278 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowNoSuchMethodError()
|
D | stack.cc | 54 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const { in GetCurrentLocationForThrow() function in art::ShadowFrame
|
D | stack.h | 207 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | thread.h | 327 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | jni_internal.cc | 221 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowNoSuchMethodError() 318 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in FindFieldID() 345 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowAIOOBE() 354 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowSIOOBE() 397 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowNewException() 750 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Throw() 3271 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindCodeForNativeMethod()
|
D | thread.cc | 1586 ThrowLocation throw_location = GetCurrentLocationForThrow(); in ThrowOutOfMemoryError() 1991 ThrowLocation Thread::GetCurrentLocationForThrow() { in GetCurrentLocationForThrow() function in art::Thread
|
D | class_linker.cc | 80 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowNoClassDefFoundError() 97 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowEarlierClassFailure() 121 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in WrapExceptionInInitializer()
|
/art/runtime/mirror/ |
D | string.cc | 107 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CharAt()
|