Searched refs:imt_ref (Results 1 – 2 of 2) sorted by relevance
6305 /*out*/ArtMethod** imt_ref) { in SetIMTRef() argument6307 if (*imt_ref == unimplemented_method) { in SetIMTRef()6308 *imt_ref = current_method; in SetIMTRef()6309 } else if (!(*imt_ref)->IsRuntimeMethod()) { in SetIMTRef()6315 (*imt_ref)->GetInterfaceMethodIfProxy(image_pointer_size_)); in SetIMTRef()6318 *imt_ref = current_method; in SetIMTRef()6320 *imt_ref = imt_conflict_method; in SetIMTRef()6327 *imt_ref = imt_conflict_method; in SetIMTRef()
1144 /*out*/ArtMethod** imt_ref) REQUIRES_SHARED(Locks::mutator_lock_);