Home | History | Annotate | Download | only in src

Lines Matching refs:GetExpression

303         GetExpression(0);
569 Object* StandardFrame::GetExpression(Address fp, int index) {
737 return Smi::cast(GetExpression(caller_fp(), 0))->value();
987 receiver = GetExpression(index);
1122 return Smi::cast(GetExpression(0))->value();
1240 accumulator->Add("%o", GetExpression(i));
1286 accumulator->Add(" [%02d] : %o\n", i, GetExpression(i));