Home | History | Annotate | Download | only in x64

Lines Matching refs:masm

45 #define __ masm()->
233 osr_pc_offset_ = masm()->pc_offset();
397 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
694 int pc_offset = masm()->pc_offset();
722 Operand count_operand = masm()->ExternalOperand(count, kScratchRegister);
806 Safepoint safepoint = safepoints_.DefineSafepoint(masm(),
840 masm()->positions_recorder()->RecordPosition(position);
1850 CpuFeatureScope scope(masm(), AVX);
1859 CpuFeatureScope scope(masm(), AVX);
1868 CpuFeatureScope scope(masm(), AVX);
1877 CpuFeatureScope scope(masm(), AVX);
2278 is_smi = masm()->CheckSmi(input);
2281 is_smi = masm()->CheckSmi(input);
3375 CpuFeatureScope scope(masm(), SSE4_1);
3385 CpuFeatureScope scope(masm(), SSE4_1);
3441 CpuFeatureScope scope(masm(), SSE4_1);
4349 StringCharLoadGenerator::Generate(masm(),
4882 Condition cc = masm()->CheckSmi(ToRegister(input));
4890 Condition cc = masm()->CheckSmi(ToRegister(input));
5361 int current_pc = masm()->pc_offset();
5367 last_lazy_deopt_pc_ = masm()->pc_offset();
5372 last_lazy_deopt_pc_ = masm()->pc_offset();
5508 Condition cc = masm()->CheckSmi(result);