Searched refs:hasPrimitives (Results 1 – 7 of 7) sorted by relevance
463 assertFalse(mt.hasPrimitives()); in testHasPrimitives()466 assertTrue(mt.hasPrimitives()); in testHasPrimitives()469 assertTrue(mt.hasPrimitives()); in testHasPrimitives()472 assertFalse(mt.hasPrimitives()); in testHasPrimitives()475 assertTrue(mt.hasPrimitives()); in testHasPrimitives()532 assertFalse(wrapped.hasPrimitives()); in testWrap()552 assertTrue(unwrapped.hasPrimitives()); in testUnwrap()
607 public boolean hasPrimitives() {608 return form.hasPrimitives();665 return this == erase() && !hasPrimitives();678 return hasPrimitives() ? wrapWithPrims(this) : this;689 MethodType noprims = !hasPrimitives() ? this : wrapWithPrims(this);694 assert(pt.hasPrimitives());706 assert(!wt.hasPrimitives());
302 public boolean hasPrimitives() { in hasPrimitives() method in MethodTypeForm
75 public boolean hasPrimitives() { return false; } in hasPrimitives() method in MethodType
64 public boolean hasPrimitives() { throw new RuntimeException("Stub!"); } in hasPrimitives() method in MethodType
234 boolean result = instances[i].hasPrimitives(); in testHasPrimitives()
4762 method public boolean hasPrimitives();