Home
last modified time | relevance | path

Searched refs:fixed_register_index (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.cc64 int reg_index = unalloc->fixed_register_index(); in PrintTo()
75 int reg_index = unalloc->fixed_register_index(); in PrintTo()
Dlithium.h238 int fixed_register_index() const { in fixed_register_index() function
Dlithium-allocator.cc603 int reg_index = operand->fixed_register_index(); in AllocateFixed()
606 int reg_index = operand->fixed_register_index(); in AllocateFixed()
/external/v8/src/compiler/
Dregister-allocator-verifier.cc184 constraint->value_ = unallocated->fixed_register_index(); in BuildConstraint()
188 constraint->value_ = unallocated->fixed_register_index(); in BuildConstraint()
Dinstruction.cc128 unalloc->fixed_register_index()) in operator <<()
133 unalloc->fixed_register_index()) in operator <<()
Dinstruction.h296 int fixed_register_index() const { in fixed_register_index() function
Dregister-allocator.cc1611 operand->fixed_register_index()); in AllocateFixed()
1616 operand->fixed_register_index()); in AllocateFixed()