Home | History | Annotate | Download | only in src

Lines Matching refs:Memory

44   return FromAddress(Memory::Address_at(address() + offset));
106 return Memory::Object_at(GetExpressionAddress(index));
111 Memory::Object_at(GetExpressionAddress(index)) = value;
117 return Memory::Object_at(fp() + offset);
122 return Memory::Address_at(fp() + StandardFrameConstants::kCallerFPOffset);
127 return Memory::Address_at(ComputePCAddress(fp()));
143 Memory::Object_at(fp + StandardFrameConstants::kContextOffset);
150 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset);
169 return Memory::Object_at(GetParameterSlot(index));
185 return Memory::Object_at(GetOperandSlot(index));
207 Memory::Object_at(GetParameterSlot(-1)) = value;
223 return Memory::Object_at(fp() + offset);