Searched defs:imt_ref (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc4814 auto*& imt_ref = out_imt[imt_index]; local
4815 if (imt_ref == unimplemented_method) {
4816 imt_ref = method;
4817 } else if (imt_ref != conflict_method) {
4818 imt_ref = conflict_method;
4913 auto** imt_ref = &out_imt[imt_index]; variable
4914 if (*imt_ref == unimplemented_method) {
4915 *imt_ref = vtable_method;
4916 } else if (*imt_ref != conflict_method) {
4920 (*imt_ref)
[all...]

Completed in 21 milliseconds