Lines Matching refs:relocType

321   const relocInfo::relocType rtype() { return _rspec.type(); }
365 RelocationHolder rspec_from_rtype(relocInfo::relocType rtype, address addr) {
405 AddressLiteral(address addr, relocInfo::relocType rtype = relocInfo::none)
410 AddressLiteral(address* addr, relocInfo::relocType rtype = relocInfo::none)
414 AddressLiteral(bool* addr, relocInfo::relocType rtype = relocInfo::none)
418 AddressLiteral(const bool* addr, relocInfo::relocType rtype = relocInfo::none)
422 AddressLiteral(signed char* addr, relocInfo::relocType rtype = relocInfo::none)
426 AddressLiteral(int* addr, relocInfo::relocType rtype = relocInfo::none)
430 AddressLiteral(intptr_t addr, relocInfo::relocType rtype = relocInfo::none)
436 AddressLiteral(intptr_t* addr, relocInfo::relocType rtype = relocInfo::none)
441 AddressLiteral(oop addr, relocInfo::relocType rtype = relocInfo::none)
445 AddressLiteral(oop* addr, relocInfo::relocType rtype = relocInfo::none)
449 AddressLiteral(float* addr, relocInfo::relocType rtype = relocInfo::none)
453 AddressLiteral(double* addr, relocInfo::relocType rtype = relocInfo::none)
460 const relocInfo::relocType rtype() const { return _rspec.type(); }
471 static relocInfo::relocType reloc_for_target(address target) {
1222 inline void emit_data(int, relocInfo::relocType rtype);
1233 inline void add(Register s1, int simm13a, Register d, relocInfo::relocType rtype = relocInfo::none);
1248 inline void bpr(RCondition c, bool a, Predict p, Register s1, address d, relocInfo::relocType rt = relocInfo::none);
1259 inline void fb( Condition c, bool a, address d, relocInfo::relocType rt = relocInfo::none );
1264 inline void fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1269 inline void br( Condition c, bool a, address d, relocInfo::relocType rt = relocInfo::none );
1274 inline void bp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1279 inline void cb( Condition c, bool a, address d, relocInfo::relocType rt = relocInfo::none );
1284 inline void call( address d, relocInfo::relocType rt = relocInfo::runtime_call_type );
1285 inline void call( Label& L, relocInfo::relocType rt = relocInfo::runtime_call_type );
1608 inline void rett( Register s1, int simm13a, relocInfo::relocType rt = relocInfo::none);
1928 inline void br( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1931 inline void fb( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1961 inline void bp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1965 inline void brx( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1972 inline void fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
1987 inline void call( address d, relocInfo::relocType rt = relocInfo::runtime_call_type );
1988 inline void call( Label& L, relocInfo::relocType rt = relocInfo::runtime_call_type );
1993 inline void iprefetch( address d, relocInfo::relocType rt = relocInfo::none );