Home
last modified time | relevance | path

Searched refs:first_register (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc384 int start_index = reg_list.first_register().index(); in PrepareOutputRegisterList()
406 Register reg(GetInputRegister(reg_list.first_register())); in GetInputRegisterList()
409 int start_index = reg_list.first_register().index(); in GetInputRegisterList()
441 int first_index = reg_list.first_register().index(); in RegisterListAllocateEvent()
450 int first_index = reg_list.first_register().index(); in RegisterListFreeEvent()
Dbytecode-decoder.cc165 os << reg_list.first_register().ToString(parameter_count) << "-" in Decode()
173 os << reg_list.first_register().ToString(parameter_count) << "-" in Decode()
189 os << reg_list.first_register().ToString(parameter_count) << "-" in Decode()
Dbytecode-register.h124 const Register first_register() const { in first_register() function
Dbytecode-array-builder.cc1160 return reg_list.first_register() == Register(0); in RegisterListIsValid()
1162 int first_reg_index = reg_list.first_register().index(); in RegisterListIsValid()
1195 return static_cast<uint32_t>(reg_list.first_register().ToOperand()); in GetInputRegisterListOperand()
1203 return static_cast<uint32_t>(reg_list.first_register().ToOperand()); in GetOutputRegisterListOperand()