Searched refs:patch_address (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py20 def patch_address(frameno, addr_s): function
69 addr = patch_address(frameno, addr)
/external/v8/src/arm/
H A Dic-arm.cc1727 Address patch_address = local
1729 Instr instr_at_patch = Assembler::instr_at(patch_address);
1731 Assembler::instr_at(patch_address + Instruction::kInstrSize);
1744 CodePatcher patcher(patch_address, 2);
1757 CodePatcher patcher(patch_address, 2);
/external/v8/src/mips/
H A Dic-mips.cc1725 Address patch_address = local
1727 Instr instr_at_patch = Assembler::instr_at(patch_address);
1729 Assembler::instr_at(patch_address + Instruction::kInstrSize);
1741 CodePatcher patcher(patch_address, 2);
1754 CodePatcher patcher(patch_address, 2);

Completed in 197 milliseconds