v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <frames.h>
Public Member Functions | |
virtual Type | type () const |
virtual Code * | unchecked_code () const |
Object *& | code_slot () const |
Object *& | constant_pool_slot () const |
virtual void | Iterate (ObjectVisitor *v) const |
virtual void | SetCallerFp (Address caller_fp) |
Public Member Functions inherited from StackFrame | |
int | GetLineNumber () const |
int | GetColumn () const |
int | GetScriptId () const |
Local< String > | GetScriptName () const |
Local< String > | GetScriptNameOrSourceURL () const |
Local< String > | GetFunctionName () const |
bool | IsEval () const |
bool | IsConstructor () const |
Static Public Member Functions | |
static ExitFrame * | cast (StackFrame *frame) |
static Type | GetStateForFramePointer (Address fp, State *state) |
static Address | ComputeStackPointer (Address fp) |
static void | FillState (Address fp, Address sp, State *state) |
Protected Member Functions | |
ExitFrame (StackFrameIteratorBase *iterator) | |
virtual Address | GetCallerStackPointer () const |
Friends | |
class | StackFrameIteratorBase |
|
inlineexplicitprotected |
Definition at line 163 of file frames-inl.h.
|
inlinestatic |
Object *& code_slot | ( | ) | const |
Definition at line 517 of file frames.cc.
References v8::internal::fp, ExitFrameConstants::kCodeOffset, and Memory::Object_at().
Referenced by ExitFrame::Iterate(), and ExitFrame::unchecked_code().
Definition at line 571 of file frames.cc.
References Memory::Address_at(), and ExitFrameConstants::kSPOffset.
Referenced by ExitFrame::GetStateForFramePointer().
Object*& constant_pool_slot | ( | ) | const |
Referenced by ExitFrame::Iterate().
Definition at line 576 of file frames.cc.
References v8::internal::fp, ExitFrameConstants::kConstantPoolOffset, v8::internal::kPCOnStackSize, and v8::internal::sp.
Referenced by ExitFrame::GetStateForFramePointer().
|
protectedvirtual |
Definition at line 557 of file frames.cc.
References v8::internal::fp, and ExitFrameConstants::kCallerSPDisplacement.
|
static |
Definition at line 562 of file frames.cc.
References ASSERT, ExitFrame::ComputeStackPointer(), ExitFrame::FillState(), NONE, and v8::internal::NULL.
Referenced by SafeStackFrameIterator::SafeStackFrameIterator().
|
virtual |
Definition at line 546 of file frames.cc.
References ExitFrame::code_slot(), and ExitFrame::constant_pool_slot().
|
virtual |
Definition at line 541 of file frames.cc.
References Memory::Address_at(), v8::internal::fp, and ExitFrameConstants::kCallerFPOffset.
|
virtual |
Definition at line 523 of file frames.cc.
References ExitFrame::code_slot().