HomeSort by relevance Sort by last modified time
    Searched refs:fixed_register_index (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
register-allocator-verifier.cc 184 constraint->value_ = unallocated->fixed_register_index();
188 constraint->value_ = unallocated->fixed_register_index();
instruction.cc 128 unalloc->fixed_register_index())
133 unalloc->fixed_register_index())
    [all...]
instruction.h 295 // [fixed_register_index]: Only for FIXED_REGISTER or FIXED_FP_REGISTER.
296 int fixed_register_index() const { function in class:v8::internal::compiler::UnallocatedOperand
    [all...]
register-allocator.cc     [all...]
  /external/v8/src/crankshaft/
lithium.cc 64 int reg_index = unalloc->fixed_register_index();
75 int reg_index = unalloc->fixed_register_index();
lithium.h 237 // [fixed_register_index]: Only for FIXED_REGISTER or FIXED_DOUBLE_REGISTER.
238 int fixed_register_index() const { function in class:v8::internal::LUnallocated
lithium-allocator.cc 603 int reg_index = operand->fixed_register_index();
606 int reg_index = operand->fixed_register_index();
    [all...]

Completed in 89 milliseconds