Lines Matching refs:rmode
341 RelocInfo::Mode rmode = RelocInfo::EMBEDDED_OBJECT);
343 RelocInfo::Mode rmode = RelocInfo::EMBEDDED_OBJECT);
346 void Move(Register dst, Address ptr, RelocInfo::Mode rmode) { in Move() argument
349 DCHECK(rmode > RelocInfo::LAST_GCED_ENUM); in Move()
350 movp(dst, ptr, rmode); in Move()
377 void Call(Handle<Code> code_object, RelocInfo::Mode rmode);
378 void Call(Address destination, RelocInfo::Mode rmode);
383 void RetpolineCall(Address destination, RelocInfo::Mode rmode);
385 void Jump(Address destination, RelocInfo::Mode rmode);
388 void Jump(Handle<Code> code_object, RelocInfo::Mode rmode,
394 RelocInfo::Mode rmode) { in CallForDeoptimization() argument
396 call(target, rmode); in CallForDeoptimization()