HomeSort by relevance Sort by last modified time
    Searched refs:EmitGrayCheckAndFastPath (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 180 static void EmitGrayCheckAndFastPath(arm::ArmVIXLAssembler& assembler,
249 EmitGrayCheckAndFastPath(assembler, base_reg, lock_word, &slow_path, raw_ldr_offset);
293 EmitGrayCheckAndFastPath(assembler, base_reg, lock_word, &slow_path, raw_ldr_offset);
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 357 static void EmitGrayCheckAndFastPath(arm64::Arm64Assembler& assembler,
426 EmitGrayCheckAndFastPath(assembler, base_reg, lock_word, &slow_path);
456 EmitGrayCheckAndFastPath(assembler, base_reg, lock_word, &slow_path);

Completed in 182 milliseconds