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

1 2

  /art/runtime/
throw_location.h 35 class PACKED(4) ThrowLocation {
37 ThrowLocation() {
41 ThrowLocation(mirror::Object* throw_this_object, mirror::ArtMethod* throw_method,
throw_location.cc 26 std::string ThrowLocation::Dump() const {
35 void ThrowLocation::VisitRoots(RootCallback* visitor, void* arg) {
common_throws.h 32 class ThrowLocation;
63 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg)
97 void ThrowIllegalAccessException(const ThrowLocation* throw_location, const char* msg)
102 void ThrowIllegalArgumentException(const ThrowLocation* throw_location, const char* msg)
164 void ThrowNullPointerExceptionForFieldAccess(const ThrowLocation& throw_location,
169 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
174 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
179 void ThrowNullPointerExceptionFromDexPC(const ThrowLocation& throw_location)
182 void ThrowNullPointerException(const ThrowLocation* throw_location, const char* msg)
quick_exception_handler.h 32 class ThrowLocation;
45 void FindCatch(const ThrowLocation& throw_location, mirror::Throwable* exception,
reflection.h 34 class ThrowLocation;
41 bool UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o,
45 ALWAYS_INLINE bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result,
common_throws.cc 46 static void ThrowException(const ThrowLocation* throw_location, const char* exception_descriptor,
60 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow();
67 static void ThrowWrappedException(const ThrowLocation* throw_location,
82 ThrowLocation computed_throw_location = self->GetCurrentLocationForThrow();
128 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg) {
200 void ThrowIllegalAccessException(const ThrowLocation* throw_location, const char* msg) {
206 void ThrowIllegalArgumentException(const ThrowLocation* throw_location, const char* msg) {
318 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
329 void ThrowNullPointerExceptionForFieldAccess(const ThrowLocation& throw_location,
337 static void ThrowNullPointerExceptionForMethodAccessImpl(const ThrowLocation& throw_location
    [all...]
reflection-inl.h 30 inline bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result,
thread.h 317 mirror::Throwable* GetException(ThrowLocation* throw_location) const
328 void SetException(const ThrowLocation& throw_location, mirror::Throwable* new_exception)
356 ThrowLocation GetCurrentLocationForThrow() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
373 void ThrowNewException(const ThrowLocation& throw_location,
379 void ThrowNewWrappedException(const ThrowLocation& throw_location,
384 void ThrowNewExceptionF(const ThrowLocation& throw_location,
389 void ThrowNewExceptionV(const ThrowLocation& throw_location,
    [all...]
instrumentation.h 41 class ThrowLocation;
93 virtual void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
313 void ExceptionCaughtEvent(Thread* thread, const ThrowLocation& throw_location,
quick_exception_handler.cc 116 void QuickExceptionHandler::FindCatch(const ThrowLocation& throw_location,
148 self_->SetException(ThrowLocation(), exception_ref.Get());
295 self_->SetException(ThrowLocation(), Thread::GetDeoptimizationException());
trace.h 98 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 33 self->SetException(ThrowLocation(), Thread::GetDeoptimizationException());
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_throw_entrypoints.cc 43 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
54 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
75 ThrowLocation throw_location;
portable_fillarray_entrypoints.cc 40 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
portable_thread_entrypoints.cc 81 self->SetException(ThrowLocation(), Thread::GetDeoptimizationException());
  /art/runtime/mirror/
string-inl.h 63 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/entrypoints/
entrypoint_utils.cc 59 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
187 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
300 ThrowLocation throw_location(rcvr, proxy_method, -1);
337 ThrowLocation throw_location(rcvr, proxy_method, -1);

Completed in 728 milliseconds

1 2