Searched refs:PatchBranchIntoNop (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm/ |
D | code-stubs-arm.h | 81 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { in PatchBranchIntoNop() function 118 PatchBranchIntoNop(&masm, 0); in Patch() 119 PatchBranchIntoNop(&masm, Assembler::kInstrSize); in Patch()
|
D | code-stubs-arm.cc | 2909 PatchBranchIntoNop(masm, 0); in Generate() 2910 PatchBranchIntoNop(masm, Assembler::kInstrSize); in Generate()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.h | 101 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { in PatchBranchIntoNop() function 137 PatchBranchIntoNop(&masm, Assembler::kInstrSize); in Patch() 138 PatchBranchIntoNop(&masm, Assembler::kInstrSize * 2); in Patch()
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 108 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { in PatchBranchIntoNop() function 149 PatchBranchIntoNop(&masm, 0); in Patch() 150 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize); in Patch()
|
D | code-stubs-mips.cc | 3109 PatchBranchIntoNop(masm, 0); in Generate() 3110 PatchBranchIntoNop(masm, 2 * Assembler::kInstrSize); in Generate()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 109 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { in PatchBranchIntoNop() function 150 PatchBranchIntoNop(&masm, 0); in Patch() 151 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize); in Patch()
|
D | code-stubs-mips64.cc | 3112 PatchBranchIntoNop(masm, 0); in Generate() 3113 PatchBranchIntoNop(masm, 2 * Assembler::kInstrSize); in Generate()
|