Home | History | Annotate | Download | only in src

Lines Matching full:object_at

446   Object* marker = Memory::Object_at(state->fp + offset);
519 return Memory::Object_at(fp() + offset);
584 return Memory::Object_at(GetExpressionAddress(fp, index));
641 Object** parameters_base = &Memory::Object_at(sp());
642 Object** parameters_limit = &Memory::Object_at(
693 Object** fixed_base = &Memory::Object_at(
695 Object** fixed_limit = &Memory::Object_at(fp());
732 Memory::Object_at(GetParameterSlot(index)) = value;
898 Memory::Object_at(GetOperandSlot(i)) = store->get(i);
917 Memory::Object_at(GetOperandSlot(i)) = store->get(i);
1147 Object* code = Memory::Object_at(fp() + offset);
1347 Object** base = &Memory::Object_at(sp());
1348 Object** limit = &Memory::Object_at(fp() + offset) + 1;
1379 Object** base = &Memory::Object_at(sp());
1380 Object** limit = &Memory::Object_at(fp() +
1383 base = &Memory::Object_at(fp() + StandardFrameConstants::kMarkerOffset);
1385 limit = &Memory::Object_at(fp() + offset) + 1;
1569 Memory::Object_at(address() + StackHandlerConstants::kCodeOffset) = code;
1571 Memory::Object_at(address() + StackHandlerConstants::kContextOffset) =