Lines Matching refs:holder_reg

438     Register object_reg, Register holder_reg, Register scratch1,  in CheckPrototypes()  argument
444 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg)); in CheckPrototypes()
445 DCHECK(!scratch2.is(object_reg) && !scratch2.is(holder_reg) && in CheckPrototypes()
494 reg = holder_reg; // From now on the object will be in holder_reg. in CheckPrototypes()
552 LookupIterator* it, Register holder_reg) { in GenerateLoadInterceptorWithFollowup() argument
559 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1())); in GenerateLoadInterceptorWithFollowup()
568 !receiver().is(holder_reg) && in GenerateLoadInterceptorWithFollowup()
579 __ push(holder_reg); in GenerateLoadInterceptorWithFollowup()
581 InterceptorVectorSlotPush(holder_reg); in GenerateLoadInterceptorWithFollowup()
586 masm(), receiver(), holder_reg, this->name(), holder(), in GenerateLoadInterceptorWithFollowup()
601 __ mov(holder_reg, Immediate(bit_cast<int32_t>(kZapValue))); in GenerateLoadInterceptorWithFollowup()
605 InterceptorVectorSlotPop(holder_reg); in GenerateLoadInterceptorWithFollowup()
607 __ pop(holder_reg); in GenerateLoadInterceptorWithFollowup()
615 GenerateLoadPostInterceptor(it, holder_reg); in GenerateLoadInterceptorWithFollowup()
619 void NamedLoadHandlerCompiler::GenerateLoadInterceptor(Register holder_reg) { in GenerateLoadInterceptor() argument
624 PushInterceptorArguments(masm(), receiver(), holder_reg, this->name(), in GenerateLoadInterceptor()
644 Register holder_reg = Frontend(name); in CompileStoreCallback() local
652 __ push(holder_reg); in CompileStoreCallback()