Home
last modified time | relevance | path

Searched refs:max_temp_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()
87 max_temp_regs_allocated = std::max(max_temp_regs_allocated, temp_regs_allocated); in AllocTemp()
98 uint32_t max_temp_regs_allocated = 0; variable