Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dmain.S1036 .elseif \is_interface
1048 .macro GET_SHORTY_SLOW_PATH dest, is_interface
1055 .if \is_interface
1202 .if \is_interface
1206 GET_SHORTY_SLOW_PATH rINSTq, \is_interface
1211 .if \is_interface
1260 .if \is_interface
1393 .if \is_interface
1397 GET_SHORTY_SLOW_PATH rINSTq, \is_interface
1402 .if \is_interface
[all …]
/aosp12/art/runtime/interpreter/mterp/armng/
H A Dmain.S935 .if \is_interface
1017 .if \is_interface
1056 .if \is_interface
1066 .if \is_interface
1075 .if \is_interface
1139 .if \is_interface
1316 .if \is_interface
1353 .if \is_interface
1363 .if \is_interface
1372 .if \is_interface
[all …]
/aosp12/art/runtime/interpreter/mterp/arm64ng/
H A Dmain.S670 .elseif \is_interface
681 .macro GET_SHORTY_SLOW_PATH dest, is_interface
686 .if \is_interface
918 .if \is_interface
960 .if \is_interface
972 GET_SHORTY_SLOW_PATH xINST, \is_interface
1023 .if \is_interface
1268 .if \is_interface
1305 .if \is_interface
1316 GET_SHORTY_SLOW_PATH xINST, \is_interface
[all …]
/aosp12/art/test/912-classes/
H A 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()
/aosp12/art/runtime/
H A Dclass_linker.cc8152 const bool is_interface = klass->IsInterface(); in LinkInterfaceMethods() local
8154 const bool fill_tables = !is_interface; in LinkInterfaceMethods()
8214 if (super_interface || is_interface) { in LinkInterfaceMethods()
8381 if (kIsDebugBuild && !is_interface) { in LinkInterfaceMethods()