|
V8 Project
|
Inheritance diagram for v8::internal::ActivationsFinder:
Collaboration diagram for v8::internal::ActivationsFinder:Public Member Functions | |
| ActivationsFinder (Code *code) | |
| void | VisitThread (Isolate *isolate, ThreadLocalTop *top) |
| void | VisitFrames (JavaScriptFrameIterator *it) |
Public Attributes | |
| Code * | code_ |
| bool | has_code_activations_ |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::ThreadVisitor | |
| virtual | ~ThreadVisitor () |
Definition at line 97 of file runtime-compiler.cc.
|
inlineexplicit |
Definition at line 102 of file runtime-compiler.cc.
|
inline |
Definition at line 110 of file runtime-compiler.cc.
References code_, v8::internal::Code::contains(), and has_code_activations_.
Referenced by v8::internal::RUNTIME_FUNCTION(), and VisitThread().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Implements v8::internal::ThreadVisitor.
Definition at line 105 of file runtime-compiler.cc.
References VisitFrames().
Here is the call graph for this function:| Code* v8::internal::ActivationsFinder::code_ |
Definition at line 99 of file runtime-compiler.cc.
Referenced by VisitFrames().
| bool v8::internal::ActivationsFinder::has_code_activations_ |
Definition at line 100 of file runtime-compiler.cc.
Referenced by v8::internal::RUNTIME_FUNCTION(), and VisitFrames().