• Home
  • Raw
  • Download

Lines Matching refs:holder_reg

349     Register object_reg, Register holder_reg, Register scratch1,  in CheckPrototypes()  argument
355 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg)); in CheckPrototypes()
356 DCHECK(!scratch2.is(object_reg) && !scratch2.is(holder_reg) && in CheckPrototypes()
405 reg = holder_reg; // From now on the object will be in holder_reg. in CheckPrototypes()
455 LookupIterator* it, Register holder_reg) { in GenerateLoadInterceptorWithFollowup() argument
462 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1())); in GenerateLoadInterceptorWithFollowup()
471 !receiver().is(holder_reg) && in GenerateLoadInterceptorWithFollowup()
482 __ push(holder_reg); in GenerateLoadInterceptorWithFollowup()
484 InterceptorVectorSlotPush(holder_reg); in GenerateLoadInterceptorWithFollowup()
489 masm(), receiver(), holder_reg, this->name(), holder(), in GenerateLoadInterceptorWithFollowup()
504 __ mov(holder_reg, Immediate(bit_cast<int32_t>(kZapValue))); in GenerateLoadInterceptorWithFollowup()
508 InterceptorVectorSlotPop(holder_reg); in GenerateLoadInterceptorWithFollowup()
510 __ pop(holder_reg); in GenerateLoadInterceptorWithFollowup()
518 GenerateLoadPostInterceptor(it, holder_reg); in GenerateLoadInterceptorWithFollowup()
522 void NamedLoadHandlerCompiler::GenerateLoadInterceptor(Register holder_reg) { in GenerateLoadInterceptor() argument
535 __ push(holder_reg); in GenerateLoadInterceptor()
537 if (holder_reg.is(receiver())) { in GenerateLoadInterceptor()
563 Register holder_reg = Frontend(name); in CompileStoreCallback() local
571 __ push(holder_reg); in CompileStoreCallback()