Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/1973-jni-id-swap-pointer/src/
H A DMain.java50 long expect_ptr_id2 = GetId(IdxCls.class, "doNothingIdx"); in main() local
51 DbgPrint(String.format("expected_ptr_id2 is 0x%x", expect_ptr_id2)); in main()
52 if (expect_ptr_id2 % 4 != 0) { in main()