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

  /art/runtime/entrypoints/quick/
quick_fillarray_entrypoints.cc 52 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
quick_throw_entrypoints.cc 45 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
60 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
quick_field_entrypoints.cc 94 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
117 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
141 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
223 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
251 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
277 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 43 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
54 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
portable_fillarray_entrypoints.cc 40 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/native/
java_lang_reflect_Constructor.cc 45 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
java_lang_System.cc 176 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
212 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
225 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
311 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
dalvik_system_DexFile.cc 102 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
118 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
208 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
java_lang_Class.cc 56 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
dalvik_system_VMDebug.cc 77 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
131 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
  /art/runtime/interpreter/
interpreter.cc 490 self->ThrowNewExceptionF(self->GetCurrentLocationForThrow(),
539 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow());
648 ThrowNullPointerExceptionForFieldAccess(shadow_frame.GetCurrentLocationForThrow(), f, true);
695 ThrowNullPointerExceptionFromDexPC(shadow_frame.GetCurrentLocationForThrow());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 57 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
133 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
174 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
entrypoint_utils.h 60 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/mirror/
string.cc 107 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
  /art/runtime/
common_throws.cc 62 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow();
278 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
monitor.cc 258 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
416 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
523 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
    [all...]
stack.cc 54 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const {
stack.h 207 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
thread.h 327 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
jni_internal.cc 221 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
318 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
345 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
354 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
397 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
750 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
    [all...]
thread.cc     [all...]
class_linker.cc 80 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
97 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
121 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
    [all...]

Completed in 199 milliseconds