Home
last modified time | relevance | path

Searched refs:is_interface (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1030 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
1041 .elseif \is_interface
1053 .macro GET_SHORTY_SLOW_PATH dest, is_interface argument
1060 .if \is_interface
1101 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
1207 .if \is_interface
1211 GET_SHORTY_SLOW_PATH rINSTq, \is_interface
1216 .if \is_interface
1220 GET_SHORTY rINSTq, \is_interface, \is_polymorphic, \is_custom
1265 .if \is_interface
[all …]
/art/runtime/interpreter/mterp/armng/
Dmain.S677 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
687 .elseif \is_interface
922 .macro GET_SHORTY_SLOW_PATH dest, is_interface argument
926 .if \is_interface
938 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
1008 .if \is_interface
1047 .if \is_interface
1057 .if \is_interface
1061 GET_SHORTY_SLOW_PATH rINST, \is_interface
1066 .if \is_interface
[all …]
/art/runtime/interpreter/mterp/x86ng/
Dmain.S1015 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
1029 .elseif \is_interface
1052 .macro GET_SHORTY_SLOW_PATH dest, is_interface argument
1059 .if \is_interface
1110 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
1207 GET_SHORTY_SLOW_PATH %esi, \is_interface
1212 GET_SHORTY %ebx, \is_interface, \is_polymorphic, \is_custom
1325 .macro COMMON_INVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic…
1408 GET_SHORTY_SLOW_PATH %esi, \is_interface
1413 GET_SHORTY %ebx, \is_interface, \is_polymorphic, \is_custom
[all …]
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S672 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
682 .elseif \is_interface
693 .macro GET_SHORTY_SLOW_PATH dest, is_interface argument
698 .if \is_interface
865 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
930 .if \is_interface
972 .if \is_interface
984 GET_SHORTY_SLOW_PATH xINST, \is_interface
989 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom
1035 .if \is_interface
[all …]
/art/test/912-classes/
Dclasses.cc78 jboolean is_interface = JNI_FALSE; in Java_art_Test912_isInterface() local
79 jvmtiError result = jvmti_env->IsInterface(klass, &is_interface); in Java_art_Test912_isInterface()
81 return is_interface; in Java_art_Test912_isInterface()