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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2370 TypeOopPtr::TypeOopPtr( TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id ) argument
2373 _klass_is_exact(xk),
2441 bool xk = false; local
2443 return (TypeOopPtr*)(new TypeOopPtr(OopPtr, ptr, k, xk, o, offset, instance_id))->hashcons();
2474 bool xk = klass_is_exact(); local
2478 return TypeKlassPtr::make(xk? Constant: NotNull, k, 0);
2592 bool xk = etype->klass_is_exact(); local
2597 const TypeAryPtr* arr = TypeAryPtr::make(TypePtr::BotPTR, arr0, klass, xk, 0);
2834 TypeInstPtr::TypeInstPtr(PTR ptr, ciKlass* k, bool xk, ciObject* o, int off, int instance_id) argument
2835 : TypeOopPtr(InstPtr, ptr, k, xk,
2842 make(PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id) argument
3125 bool xk; local
3342 make( PTR ptr, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id ) argument
3352 make( PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id ) argument
3557 bool xk = false; local
3987 bool xk = klass_is_exact(); local
[all...]
H A Dtype.hpp752 TypeOopPtr( TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id );
849 TypeInstPtr( PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id );
886 static const TypeInstPtr *make(PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id = InstanceBot );
919 TypeAryPtr( PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id ) : TypeOopPtr(AryPtr,ptr,k,xk,o,offset, instance_id), _ary(ary) {
950 static const TypeAryPtr *make( PTR ptr, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id = InstanceBot);
952 static const TypeAryPtr *make( PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id = InstanceBot);

Completed in 46 milliseconds