Searched refs:is_interface (Results 1 – 5 of 5) sorted by relevance
1036 .elseif \is_interface1048 .macro GET_SHORTY_SLOW_PATH dest, is_interface1055 .if \is_interface1202 .if \is_interface1206 GET_SHORTY_SLOW_PATH rINSTq, \is_interface1211 .if \is_interface1260 .if \is_interface1393 .if \is_interface1397 GET_SHORTY_SLOW_PATH rINSTq, \is_interface1402 .if \is_interface[all …]
935 .if \is_interface1017 .if \is_interface1056 .if \is_interface1066 .if \is_interface1075 .if \is_interface1139 .if \is_interface1316 .if \is_interface1353 .if \is_interface1363 .if \is_interface1372 .if \is_interface[all …]
670 .elseif \is_interface681 .macro GET_SHORTY_SLOW_PATH dest, is_interface686 .if \is_interface918 .if \is_interface960 .if \is_interface972 GET_SHORTY_SLOW_PATH xINST, \is_interface1023 .if \is_interface1268 .if \is_interface1305 .if \is_interface1316 GET_SHORTY_SLOW_PATH xINST, \is_interface[all …]
78 jboolean is_interface = JNI_FALSE; in Java_art_Test912_isInterface() local79 jvmtiError result = jvmti_env->IsInterface(klass, &is_interface); in Java_art_Test912_isInterface()81 return is_interface; in Java_art_Test912_isInterface()
8152 const bool is_interface = klass->IsInterface(); in LinkInterfaceMethods() local8154 const bool fill_tables = !is_interface; in LinkInterfaceMethods()8214 if (super_interface || is_interface) { in LinkInterfaceMethods()8381 if (kIsDebugBuild && !is_interface) { in LinkInterfaceMethods()