| Index: src/frames-inl.h
|
| diff --git a/src/frames-inl.h b/src/frames-inl.h
|
| index 2973bad6af4de22ae8890faf793ddb763b92812d..e4dc91f95e6071b5f26424a805f3dc57ef0ca619 100644
|
| --- a/src/frames-inl.h
|
| +++ b/src/frames-inl.h
|
| @@ -201,6 +201,11 @@ inline Address StandardFrame::ComputePCAddress(Address fp) {
|
| }
|
|
|
|
|
| +inline Address StandardFrame::ComputeConstantPoolAddress(Address fp) {
|
| + return fp + StandardFrameConstants::kConstantPoolOffset;
|
| +}
|
| +
|
| +
|
| inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) {
|
| Object* marker =
|
| Memory::Object_at(fp + StandardFrameConstants::kContextOffset);
|
|
|