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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp302 const bool has_method_type = method_type.not_null(); local
313 ((has_method_type ? 1 : 0) << has_method_type_shift) |
322 (intptr_t)method_type(), (has_method_type ? "" : " (unused)"),
350 if (has_method_type) {
355 ((has_method_type ? 1 : 0) << has_method_type_shift) |
436 if (is_f1_null() || !has_method_type())
H A DcpCacheOop.hpp320 bool has_method_type() const { return (_flags & (1 << has_method_type_shift)) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DconstantPoolOop.cpp299 return e->has_method_type();
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp369 if (has_method_type()) {
405 // ciBytecodeStream::has_method_type
409 bool ciBytecodeStream::has_method_type() { function in class:ciBytecodeStream
H A DciStreams.hpp265 bool has_method_type();

Completed in 1115 milliseconds