Home
last modified time | relevance | path

Searched defs:vreg_index (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dfast_compiler_arm64.cc253 void UpdateRegisterMask(uint32_t vreg_index, bool is_object) { in UpdateRegisterMask()
264 void UpdateNonNullMask(uint32_t vreg_index, bool can_be_null) { in UpdateNonNullMask()
273 void UpdateLocal(uint32_t vreg_index, bool is_object, bool can_be_null = true) { in UpdateLocal()