Searched defs:scratch_scope (Results 1 – 2 of 2) sorted by relevance
712 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitPushContext() local720 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitPopContext() local727 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitLdaContextSlot() local741 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitLdaCurrentContextSlot() local838 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in SHORT_STAR_BYTECODE_LIST() local871 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitLdaModuleVariable() local1157 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitDeletePropertyStrict() local1165 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitDeletePropertySloppy() local1173 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitGetSuperConstructor() local1343 BaselineAssembler::ScratchRegisterScope scratch_scope(&basm_); in VisitIntrinsicCopyDataPropertiesWithExcludedPropertiesOnStack() local[all …]
2545 UseScratchRegisterScope* scratch_scope) { in Emit()