Searched defs:GetExpression (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dframes-inl.h154 inline Object* StandardFrame::GetExpression(int index) const { function in class:v8::internal::StandardFrame
H A Ddeoptimizer.h568 Object* GetExpression(int index);
954 Object* GetExpression(int index) { function in class:v8::internal::DeoptimizedFrameInfo
H A Dframes.cc303 GetExpression(0);
569 Object* StandardFrame::GetExpression(Address fp, int index) { function in class:v8::internal::StandardFrame
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));
H A Ddeoptimizer.cc2875 // Can't use GetExpression(0) because it would cause infinite recursion.
2903 Object* FrameDescription::GetExpression(int index) { function in class:v8::internal::FrameDescription
3608 SetExpression(i, output_frame->GetExpression(i));

Completed in 160 milliseconds