Home
last modified time | relevance | path

Searched refs:GetCurrentLocationForThrow (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc29 ThrowLocation throw_location(self->GetCurrentLocationForThrow()); in artLockObjectFromCode()
52 ThrowLocation throw_location(self->GetCurrentLocationForThrow()); in artUnlockObjectFromCode()
Dquick_field_entrypoints.cc95 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()
Dquick_throw_entrypoints.cc46 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artDeliverExceptionFromCode()
62 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artThrowNullPointerExceptionFromCode()
Dquick_fillarray_entrypoints.cc52 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artHandleFillArrayDataFromCode()
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc43 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()
Dportable_fillarray_entrypoints.cc40 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in art_portable_fill_array_data_from_code()
/art/runtime/interpreter/
Dinterpreter_common.cc26 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 …]
Dinterpreter_common.h139 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow()); in DoInvokeVirtualQuick()
Dinterpreter_switch_impl.cc264 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()
Dinterpreter_goto_table_impl.cc349 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/
Djava_lang_System.cc40 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()
Djava_lang_reflect_Constructor.cc43 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Constructor_newInstance()
Djava_lang_Class.cc56 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Class_classForName()
Ddalvik_system_VMDebug.cc94 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in VMDebug_startMethodTracingFd()
149 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowUnsupportedOperationException()
/art/runtime/mirror/
Dstring-inl.h63 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CharAt()
Dobject_array-inl.h232 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in AssignableCheckingMemcpy()
/art/runtime/
Dcommon_throws.cc60 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()
Dmonitor.cc302 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowIllegalMonitorStateExceptionF()
453 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in Wait()
565 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in Wait()
Djni_internal.cc109 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()
Dstack.h315 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dstack.cc59 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const { in GetCurrentLocationForThrow() function in art::ShadowFrame
Dthread.h356 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthread.cc1782 ThrowLocation throw_location = GetCurrentLocationForThrow(); in ThrowOutOfMemoryError()
2018 ThrowLocation Thread::GetCurrentLocationForThrow() { in GetCurrentLocationForThrow() function in art::Thread
/art/runtime/entrypoints/
Dentrypoint_utils.cc59 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CheckFilledNewArrayAlloc()
187 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowStackOverflowError()
Dentrypoint_utils-inl.h56 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CheckObjectAlloc()
298 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindFieldFromCode()
371 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindMethodFromCode()

12