HomeSort by relevance Sort by last modified time
    Searched defs:HasFixedRegisterPolicy (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
instruction.h 240 bool HasFixedRegisterPolicy() const {
279 DCHECK(HasFixedRegisterPolicy() || HasFixedFPRegisterPolicy());
    [all...]
  /external/v8/src/crankshaft/
lithium.h 207 bool HasFixedRegisterPolicy() const {
239 DCHECK(HasFixedRegisterPolicy() || HasFixedDoubleRegisterPolicy());

Completed in 237 milliseconds