OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryFrame
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/src/
frames-inl.h
150
inline
EntryFrame
::
EntryFrame
(StackFrameIteratorBase* iterator)
157
:
EntryFrame
(iterator) {
frames.h
155
V(ENTRY,
EntryFrame
) \
364
class
EntryFrame
: public StackFrame {
373
static
EntryFrame
* cast(StackFrame* frame) {
375
return static_cast<
EntryFrame
*>(frame);
380
inline explicit
EntryFrame
(StackFrameIteratorBase* iterator);
395
class EntryConstructFrame: public
EntryFrame
{
frames.cc
315
// See
EntryFrame
::GetCallerState. It computes the caller FP address
489
Code*
EntryFrame
::unchecked_code() const {
494
void
EntryFrame
::ComputeCallerState(State* state) const {
499
void
EntryFrame
::SetCallerFp(Address caller_fp) {
505
StackFrame::Type
EntryFrame
::GetCallerState(State* state) const {
[
all
...]
/external/v8/src/
frames-inl.h
133
inline
EntryFrame
::
EntryFrame
(StackFrameIterator* iterator)
139
:
EntryFrame
(iterator) {
frames.h
132
V(ENTRY,
EntryFrame
) \
299
class
EntryFrame
: public StackFrame {
308
static
EntryFrame
* cast(StackFrame* frame) {
310
return static_cast<
EntryFrame
*>(frame);
315
inline explicit
EntryFrame
(StackFrameIterator* iterator);
330
class EntryConstructFrame: public
EntryFrame
{
frames.cc
334
// See
EntryFrame
::GetCallerState. It computes the caller FP address
472
Code*
EntryFrame
::unchecked_code() const {
477
void
EntryFrame
::ComputeCallerState(State* state) const {
482
void
EntryFrame
::SetCallerFp(Address caller_fp) {
488
StackFrame::Type
EntryFrame
::GetCallerState(State* state) const {
[
all
...]
Completed in 81 milliseconds