Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6050 /*out*/ArtMethod** imt_ref) { in SetIMTRef() argument
6052 if (*imt_ref == unimplemented_method) { in SetIMTRef()
6053 *imt_ref = current_method; in SetIMTRef()
6054 } else if (!(*imt_ref)->IsRuntimeMethod()) { in SetIMTRef()
6060 (*imt_ref)->GetInterfaceMethodIfProxy(image_pointer_size_)); in SetIMTRef()
6063 *imt_ref = current_method; in SetIMTRef()
6065 *imt_ref = imt_conflict_method; in SetIMTRef()
6071 *imt_ref = imt_conflict_method; in SetIMTRef()
Dclass_linker.h1098 /*out*/ArtMethod** imt_ref) SHARED_REQUIRES(Locks::mutator_lock_);