Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h821 void BlockIfInRegister(Location location, bool is_out = false) const;
Dcode_generator.cc930 void CodeGenerator::BlockIfInRegister(Location location, bool is_out) const { in BlockIfInRegister() function in art::CodeGenerator