Searched defs:num_allocatable_registers (Results 1 - 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| H A D | register-allocator.h | 1310 int num_allocatable_registers() const { return num_allocatable_registers_; } in num_allocatable_registers() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::RegisterAllocator |
| H A D | mid-tier-register-allocator.cc | 749 static RegisterState* New(RegisterKind kind, int num_allocatable_registers, in New() argument 932 int num_allocatable_registers() const { in num_allocatable_registers() function in v8::internal::compiler::final 1144 RegisterState::RegisterState(RegisterKind kind, int num_allocatable_registers, in RegisterState() argument |
Completed in 16 milliseconds