Searched refs:PatchBranchIntoNop (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.h81 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { function in class:v8::internal::RecordWriteStub
118 PatchBranchIntoNop(&masm, 0);
119 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
H A Dcode-stubs-arm.cc3319 PatchBranchIntoNop(masm, 0);
3320 PatchBranchIntoNop(masm, Assembler::kInstrSize);
/external/v8/src/mips/
H A Dcode-stubs-mips.h108 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { function in class:v8::internal::RecordWriteStub
149 PatchBranchIntoNop(&masm, 0);
150 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
H A Dcode-stubs-mips.cc3504 PatchBranchIntoNop(masm, 0);
3505 PatchBranchIntoNop(masm, 2 * Assembler::kInstrSize);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.h109 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { function in class:v8::internal::RecordWriteStub
150 PatchBranchIntoNop(&masm, 0);
151 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
H A Dcode-stubs-mips64.cc3514 PatchBranchIntoNop(masm, 0);
3515 PatchBranchIntoNop(masm, 2 * Assembler::kInstrSize);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.h101 static void PatchBranchIntoNop(MacroAssembler* masm, int pos) { function in class:v8::internal::RecordWriteStub
137 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
138 PatchBranchIntoNop(&masm, Assembler::kInstrSize * 2);

Completed in 243 milliseconds