Lines Matching full:down_cast
1335 ReaderWriterMutex* rw_mutex = down_cast<ReaderWriterMutex*>(mutex);
2087 return down_cast<mirror::PointerArray*>(trace_->Get(0));
2191 down_cast<mirror::PointerArray*>(decoded_traces->Get(0));
2298 hs.NewHandle(down_cast<mirror::Throwable*>(exception_class->AllocObject(this))));
2340 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get())));
2343 exception->SetCause(down_cast<mirror::Throwable*>(DecodeJObject(cause.get())));
2350 exception->SetStackState(down_cast<mirror::Throwable*>(DecodeJObject(trace.get())));