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

  /art/runtime/
art_field.cc 48 DCHECK(IsProxyField());
art_field-inl.h 37 inline bool ArtField::IsProxyField() {
278 if (UNLIKELY(IsProxyField())) {
289 if (UNLIKELY(IsProxyField())) {
311 if (UNLIKELY(IsProxyField())) {
321 if (UNLIKELY(IsProxyField())) {
art_field.h 235 bool IsProxyField() REQUIRES_SHARED(Locks::mutator_lock_);

Completed in 71 milliseconds