Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc94 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()
Dquick_throw_entrypoints.cc45 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artDeliverExceptionFromCode()
60 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artThrowNullPointerExceptionFromCode()
Dquick_fillarray_entrypoints.cc52 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in artHandleFillArrayDataFromCode()
/art/runtime/native/
Djava_lang_System.cc176 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()
Djava_lang_reflect_Constructor.cc45 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Constructor_newInstance()
Ddalvik_system_DexFile.cc102 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()
Djava_lang_Class.cc56 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in Class_classForName()
Ddalvik_system_VMDebug.cc77 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in VMDebug_startMethodTracingFd()
131 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow(); in ThrowUnsupportedOperationException()
/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.cc490 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/
Dentrypoint_utils.cc57 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CheckAndAllocArrayFromCode()
133 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindFieldFromCode()
174 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in FindMethodFromCode()
Dentrypoint_utils.h60 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in AllocObjectFromCode()
/art/runtime/
Dmonitor.cc258 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowIllegalMonitorStateExceptionF()
416 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in WaitWithLock()
523 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in WaitWithLock()
Dcommon_throws.cc62 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow(); in ThrowException()
278 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in ThrowNoSuchMethodError()
Dstack.cc54 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const { in GetCurrentLocationForThrow() function in art::ShadowFrame
Dstack.h207 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthread.h327 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Djni_internal.cc221 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()
Dthread.cc1586 ThrowLocation throw_location = GetCurrentLocationForThrow(); in ThrowOutOfMemoryError()
1991 ThrowLocation Thread::GetCurrentLocationForThrow() { in GetCurrentLocationForThrow() function in art::Thread
Dclass_linker.cc80 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/
Dstring.cc107 ThrowLocation throw_location = self->GetCurrentLocationForThrow(); in CharAt()