Home | History | Annotate | Download | only in src

Lines Matching full:object_at

422   Object* marker = Memory::Object_at(state->fp + offset);
495 return Memory::Object_at(fp() + offset);
569 return Memory::Object_at(GetExpressionAddress(fp, index));
628 Object** parameters_base = &Memory::Object_at(sp());
629 Object** parameters_limit = &Memory::Object_at(
680 Object** fixed_base = &Memory::Object_at(
682 Object** fixed_limit = &Memory::Object_at(fp());
719 Memory::Object_at(GetParameterSlot(index)) = value;
884 Memory::Object_at(GetOperandSlot(i)) = store->get(i);
903 Memory::Object_at(GetOperandSlot(i)) = store->get(i);
1131 Object* code = Memory::Object_at(fp() + offset);
1334 Object** base = &Memory::Object_at(sp());
1335 Object** limit = &Memory::Object_at(fp() + offset) + 1;
1366 Object** base = &Memory::Object_at(sp());
1367 Object** limit = &Memory::Object_at(fp() +
1370 base = &Memory::Object_at(fp() + StandardFrameConstants::kMarkerOffset);
1372 limit = &Memory::Object_at(fp() + offset) + 1;
1551 Memory::Object_at(address() + StackHandlerConstants::kCodeOffset) = code;
1553 Memory::Object_at(address() + StackHandlerConstants::kContextOffset) =