Searched refs:imt_ref (Results 1 – 2 of 2) sorted by relevance
7003 /*out*/ArtMethod** imt_ref) { in SetIMTRef() argument7005 if (*imt_ref == unimplemented_method) { in SetIMTRef()7006 *imt_ref = current_method; in SetIMTRef()7007 } else if (!(*imt_ref)->IsRuntimeMethod()) { in SetIMTRef()7013 (*imt_ref)->GetInterfaceMethodIfProxy(image_pointer_size_)); in SetIMTRef()7016 *imt_ref = current_method; in SetIMTRef()7018 *imt_ref = imt_conflict_method; in SetIMTRef()7025 *imt_ref = imt_conflict_method; in SetIMTRef()
1364 /*out*/ArtMethod** imt_ref) REQUIRES_SHARED(Locks::mutator_lock_);