Home | History | Annotate | Download | only in arm64

Lines Matching refs:tasm

2030   explicit InstructionAccurateScope(TurboAssembler* tasm, size_t count = 0)
2031 : tasm_(tasm)
2081 explicit UseScratchRegisterScope(TurboAssembler* tasm)
2082 : available_(tasm->TmpList()),
2083 availablefp_(tasm->FPTmpList()),