Searched refs:imt_ref (Results 1 – 2 of 2) sorted by relevance
6504 /*out*/ArtMethod** imt_ref) { in SetIMTRef() argument6506 if (*imt_ref == unimplemented_method) { in SetIMTRef()6507 *imt_ref = current_method; in SetIMTRef()6508 } else if (!(*imt_ref)->IsRuntimeMethod()) { in SetIMTRef()6514 (*imt_ref)->GetInterfaceMethodIfProxy(image_pointer_size_)); in SetIMTRef()6517 *imt_ref = current_method; in SetIMTRef()6519 *imt_ref = imt_conflict_method; in SetIMTRef()6526 *imt_ref = imt_conflict_method; in SetIMTRef()
1268 /*out*/ArtMethod** imt_ref) REQUIRES_SHARED(Locks::mutator_lock_);