Home
last modified time | relevance | path

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

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