Home | History | Annotate | Download | only in arm

Lines Matching refs:InstructionsGeneratedSince

71       int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
374 DCHECK(masm_->InstructionsGeneratedSince(&start) <= expected_instr_count);
375 while (masm_->InstructionsGeneratedSince(&start) != expected_instr_count) {
470 masm_->InstructionsGeneratedSince(&check_exit_codesize));