HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentLocationForThrow (Results 1 - 25 of 26) sorted by null

1 2

  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 29 ThrowLocation throw_location(self->GetCurrentLocationForThrow());
52 ThrowLocation throw_location(self->GetCurrentLocationForThrow());
quick_fillarray_entrypoints.cc 52 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
quick_throw_entrypoints.cc 46 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
62 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
quick_field_entrypoints.cc 95 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
118 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
142 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
237 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
268 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
296 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/entrypoints/portable/
portable_fillarray_entrypoints.cc 40 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
portable_throw_entrypoints.cc 43 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
54 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/mirror/
string-inl.h 63 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
object_array-inl.h 232 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/native/
java_lang_reflect_Constructor.cc 43 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
java_lang_System.cc 40 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
79 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
133 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
java_lang_Class.cc 56 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
dalvik_system_VMDebug.cc 94 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
149 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
  /art/runtime/interpreter/
interpreter_common.cc 26 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow());
46 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(), f, true);
127 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow());
222 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(),
274 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
330 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow());
518 self->ThrowNewExceptionV(self->GetCurrentLocationForThrow(), "Ljava/lang/InternalError;", fmt,
593 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
688 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
    [all...]
interpreter_common.h 139 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow());
interpreter_goto_table_impl.cc 349 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
600 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
624 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
629 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable());
    [all...]
interpreter_switch_impl.cc 264 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
515 self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
538 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
543 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable());
    [all...]
  /art/runtime/
common_throws.cc 60 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow();
82 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow();
318 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
monitor.cc 302 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
453 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
565 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
    [all...]
stack.h 315 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
jni_internal.cc 109 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
122 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
236 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
249 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
258 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
302 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
696 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
    [all...]
stack.cc 59 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const {
thread.h 356 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
thread.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 59 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
187 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
entrypoint_utils-inl.h 56 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
298 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
371 ThrowLocation throw_location = self->GetCurrentLocationForThrow();

Completed in 1936 milliseconds

1 2