Searched defs:num_allocatable_registers (Results 1 – 2 of 2) sorted by relevance
716 static RegisterState* New(RegisterKind kind, int num_allocatable_registers, in New()897 int num_allocatable_registers() const { in num_allocatable_registers() function in v8::internal::compiler::RegisterState1096 RegisterState::RegisterState(RegisterKind kind, int num_allocatable_registers, in RegisterState()1477 int num_allocatable_registers() const { return num_allocatable_registers_; } in num_allocatable_registers() function in v8::internal::compiler::SinglePassRegisterAllocator
1301 int num_allocatable_registers() const { return num_allocatable_registers_; } in num_allocatable_registers() function