Home | History | Annotate | Download | only in ppc

Lines Matching defs:CodePatcher

4286 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int instructions,
4299 CodePatcher::~CodePatcher() {
4311 void CodePatcher::Emit(Instr instr) { masm()->emit(instr); }
4314 void CodePatcher::EmitCondition(Condition cond) {