Home
last modified time | relevance | path

Searched refs:current_this (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dobject.cc154 mirror::Object* current_this = const_cast<mirror::Object*>(this); in IdentityHashCode() local
156 LockWord lw = current_this->GetLockWord(false); in IdentityHashCode()
174 Handle<mirror::Object> h_this(hs.NewHandle(current_this)); in IdentityHashCode()
177 current_this = h_this.Get(); in IdentityHashCode()