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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3111 bool expect_prim = false; // most of these guys expect to work on refs local
3134 expect_prim = true; // cf. ObjectStreamClass.getClassSignature
3138 expect_prim = true; // obviously
3187 if (expect_prim) never_see_null = false; // expect nulls (meaning prims)

Completed in 49 milliseconds