Home
last modified time | relevance | path

Searched refs:HasFixedFPRegisterPolicy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dinstruction-scheduler.h190 ->HasFixedFPRegisterPolicy()); in IsFixedRegisterParameter()
Dinstruction.h262 bool HasFixedFPRegisterPolicy() const { in HasFixedFPRegisterPolicy() function
297 DCHECK(HasFixedRegisterPolicy() || HasFixedFPRegisterPolicy()); in fixed_register_index()
Dregister-allocator.cc1612 } else if (operand->HasFixedFPRegisterPolicy()) { in AllocateFixed()