Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc128 const bool is_64_bit = Is64BitInstructionSet(GetInstructionSet()); in CompileBaseline() local
135 + (is_64_bit ? 2 : 1) /* current method */, in CompileBaseline()