Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.h382 void GenerateIntDivForConstDenom(HDiv *instruction);
Dcode_generator_arm64.cc3274 void InstructionCodeGeneratorARM64::GenerateIntDivForConstDenom(HDiv *instruction) { in GenerateIntDivForConstDenom() function in art::arm64::InstructionCodeGeneratorARM64
3296 GenerateIntDivForConstDenom(instruction); in GenerateIntDiv()