Home
last modified time | relevance | path

Searched refs:I1 (Results 1 – 3 of 3) sorted by relevance

/art/test/044-proxy/src/
DNarrowingTest.java21 interface I1 { interface in NarrowingTest
25 interface I2 extends I1 {
54 I1 proxyAsParent = proxy; in main()
/art/test/044-proxy/
Dexpected.txt89 Invocation of public abstract java.lang.Object NarrowingTest$I1.foo()
90 Invoking foo using I1 type: 1
/art/runtime/
Ddisassembler_arm.cc803 uint32_t I1 = ~(J1 ^ S); in DumpThumb32() local
805 imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1); in DumpThumb32()
832 uint32_t I1 = ~(J1 ^ S); in DumpThumb32() local
834 int32_t imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1); in DumpThumb32()