Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/intrinsics/common_to_x86/
Dgen_text_asm_intrinsics.cc321 int scratch_counter = 0; in CallTextAssembler() local
326 [&as, &arg_counter, &scratch_counter, register_numbers](auto arg) { in CallTextAssembler()
330 if (scratch_counter == 0) { in CallTextAssembler()
332 } else if (scratch_counter == 1) { in CallTextAssembler()
344 scratch_counter++)}}; in CallTextAssembler()