#include <frames.h>
Definition at line 364 of file frames.h.
◆ EntryFrame()
Definition at line 133 of file frames-inl.h.
HANDLE HANDLE LPSTACKFRAME64 StackFrame
◆ cast()
Definition at line 373 of file frames.h.
374 DCHECK(frame->is_entry());
EntryFrame(StackFrameIteratorBase *iterator)
#define DCHECK(condition)
References DCHECK.
◆ ComputeCallerState()
void v8::internal::EntryFrame::ComputeCallerState |
( |
State * |
state | ) |
const |
|
privatevirtual |
◆ GetCallerStackPointer()
virtual Address v8::internal::EntryFrame::GetCallerStackPointer |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ GetCallerState()
StackFrame::Type v8::internal::EntryFrame::GetCallerState |
( |
State * |
state | ) |
const |
|
privatevirtual |
◆ Iterate()
void v8::internal::EntryFrame::Iterate |
( |
ObjectVisitor * |
v | ) |
const |
|
virtual |
Definition at line 1333 of file frames.cc.
1334 StackHandlerIterator it(
this, top_handler());
1336 StackHandler* handler = it.handler();
1337 DCHECK(handler->is_js_entry());
1338 handler->Iterate(v, LookupCode());
1345 IteratePc(v, pc_address(), LookupCode());
References DCHECK.
◆ SetCallerFp()
void v8::internal::EntryFrame::SetCallerFp |
( |
Address |
caller_fp | ) |
|
|
virtual |
◆ type()
virtual Type v8::internal::EntryFrame::type |
( |
| ) |
const |
|
inlinevirtual |
◆ unchecked_code()
Code * v8::internal::EntryFrame::unchecked_code |
( |
| ) |
const |
|
virtual |
◆ StackFrameIteratorBase
The documentation for this class was generated from the following files: