Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h325 return first_register_slot_in_slow_path_; in GetFirstRegisterSlotInSlowPath()
345 first_register_slot_in_slow_path_(0), in CodeGenerator()
416 uint32_t first_register_slot_in_slow_path_; variable
Dcode_generator.cc241 first_register_slot_in_slow_path_ = (number_of_out_slots + number_of_spill_slots) * kVRegSize; in InitializeCodeGeneration()