Searched refs:GET_SHORTY (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 672 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom macro 989 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom 1333 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 677 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom macro 1070 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom 1367 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 1030 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom macro 1220 GET_SHORTY rINSTq, \is_interface, \is_polymorphic, \is_custom 1411 GET_SHORTY rINSTq, \is_interface, \is_polymorphic, \is_custom
|
/art/runtime/interpreter/mterp/x86ng/ |
D | main.S | 1015 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom macro 1212 GET_SHORTY %ebx, \is_interface, \is_polymorphic, \is_custom 1413 GET_SHORTY %ebx, \is_interface, \is_polymorphic, \is_custom
|