Searched refs:expect_prim (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3431 bool expect_prim = false; // most of these guys expect to work on refs local
3454 expect_prim = true; // cf. ObjectStreamClass.getClassSignature
3458 expect_prim = true; // obviously
3503 if (expect_prim) never_see_null = false; // expect nulls (meaning prims)

Completed in 94 milliseconds