Searched refs:is_custom (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/x86ng/ |
D | main.S | 1015 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom argument 1024 .elseif \is_custom 1100 .macro DO_CALL is_polymorphic, is_custom argument 1103 .elseif \is_custom 1110 …E_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 1113 .elseif \is_custom 1212 GET_SHORTY %ebx, \is_interface, \is_polymorphic, \is_custom 1294 DO_CALL \is_polymorphic, \is_custom 1314 DO_CALL \is_polymorphic, \is_custom 1320 DO_CALL \is_polymorphic, \is_custom [all …]
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 672 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom argument 678 .elseif \is_custom 865 …E_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 868 .elseif \is_custom 886 .elseif \is_custom 989 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom 1032 .elseif \is_custom 1200 …NVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 1203 .elseif \is_custom 1221 .elseif \is_custom [all …]
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 677 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom argument 683 .elseif \is_custom 938 …E_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 941 .elseif \is_custom 961 .elseif \is_custom 1070 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom 1127 .elseif \is_custom 1237 …NVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 1240 .elseif \is_custom 1260 .elseif \is_custom [all …]
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 1030 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom argument 1037 .elseif \is_custom 1101 …E_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 1104 .elseif \is_custom 1121 .elseif \is_custom 1220 GET_SHORTY rINSTq, \is_interface, \is_polymorphic, \is_custom 1262 .elseif \is_custom 1295 …NVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic=0, is_custom=0 1298 .elseif \is_custom 1315 .elseif \is_custom [all …]
|