HomeSort by relevance Sort by last modified time
    Searched refs:ThrowLocation (Results 26 - 45 of 45) sorted by null

12

  /art/runtime/
thread.cc     [all...]
monitor.cc 302 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
453 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
565 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
    [all...]
runtime.cc 248 ThrowLocation throw_location;
860 self->ThrowNewException(ThrowLocation(), "Ljava/lang/OutOfMemoryError;",
868 self->ThrowNewException(ThrowLocation(), "Ljava/lang/NoClassDefFoundError;",
    [all...]
entrypoints_order_test.cc 100 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, throw_location, stack_trace_sample, sizeof(ThrowLocation));
jni_internal.cc 109 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
122 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
216 ThrowLocation throw_location;
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();
731 ThrowLocation old_throw_location;
755 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get()
    [all...]
debugger.h 51 class ThrowLocation;
510 static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method,
reflection.cc 693 static bool UnboxPrimitive(const ThrowLocation* throw_location, mirror::Object* o,
786 bool UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o,
stack.cc 59 ThrowLocation ShadowFrame::GetCurrentLocationForThrow() const {
60 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
stack.h 315 ThrowLocation GetCurrentLocationForThrow() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
trace.cc 618 void Trace::ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
debugger.cc 283 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
    [all...]
instrumentation.cc     [all...]
class_linker.cc 84 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
101 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
126 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
    [all...]
check_jni.cc 807 ThrowLocation throw_location;
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 56 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
298 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
371 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
620 ThrowLocation saved_throw_location;
  /art/runtime/mirror/
object_array-inl.h 232 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
art_method.cc 218 ThrowLocation throw_location;
class.cc 81 ThrowLocation old_throw_location;
113 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(),
  /art/runtime/interpreter/
interpreter_common.cc 455 ThrowLocation throw_location;
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 569 milliseconds

12