Lines Matching refs:Object_at
420 Memory::Object_at(state->fp + StandardFrameConstants::kMarkerOffset); in ComputeType()
432 Memory::Object_at(state->fp + StandardFrameConstants::kMarkerOffset); in ComputeType()
529 return Memory::Object_at(fp() + offset); in code_slot()
603 return Memory::Object_at(GetExpressionAddress(fp, index)); in GetExpression()
653 Object** parameters_base = &Memory::Object_at(sp()); in IterateCompiledFrame()
654 Object** parameters_limit = &Memory::Object_at( in IterateCompiledFrame()
707 Object** fixed_base = &Memory::Object_at( in IterateCompiledFrame()
709 Object** fixed_limit = &Memory::Object_at(fp()); in IterateCompiledFrame()
740 Memory::Object_at(GetParameterSlot(index)) = value; in SetParameterValue()
895 Memory::Object_at(GetOperandSlot(i)) = store->get(i); in RestoreOperandStack()
1127 return Memory::Object_at(fp() + StackSlotOffsetRelativeToFp(index)); in StackSlotAt()
1156 Object* code = Memory::Object_at(fp() + offset); in unchecked_code()
1361 Object** base = &Memory::Object_at(sp()); in IterateExpressions()
1362 Object** limit = &Memory::Object_at(fp() + offset) + 1; in IterateExpressions()
1382 Object** base = &Memory::Object_at(sp()); in Iterate()
1383 Object** limit = &Memory::Object_at(fp() + in Iterate()
1386 base = &Memory::Object_at(fp() + StandardFrameConstants::kMarkerOffset); in Iterate()
1388 limit = &Memory::Object_at(fp() + offset) + 1; in Iterate()