Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dallocator.h74 if (regs_allocated_ + max_temp_regs_allocated >= kNumRegister) { in Alloc()
77 return std::optional<RegType>(kAllocatableRegisters<RegType>[regs_allocated_++]); in Alloc()
81 if (regs_allocated_ + temp_regs_allocated >= kNumRegister) { in AllocTemp()
96 uint32_t regs_allocated_ = 0; variable