|
V8 Project
|
#include <deoptimizer.h>
Inheritance diagram for v8::internal::Deoptimizer::TableEntryGenerator:
Collaboration diagram for v8::internal::Deoptimizer::TableEntryGenerator:Public Member Functions | |
| TableEntryGenerator (MacroAssembler *masm, BailoutType type, int count) | |
Protected Member Functions | |
| virtual void | GeneratePrologue () |
Private Member Functions | |
| int | count () const |
Private Attributes | |
| int | count_ |
Definition at line 270 of file deoptimizer.h.
|
inline |
Definition at line 272 of file deoptimizer.h.
|
inlineprivate |
Definition at line 279 of file deoptimizer.h.
References count_.
Referenced by GeneratePrologue().
Here is the caller graph for this function:
|
protectedvirtual |
Definition at line 320 of file deoptimizer-arm.cc.
References __, count(), DCHECK, v8::internal::ip, v8::internal::Deoptimizer::table_entry_size_, and USE().
Here is the call graph for this function:
|
private |
Definition at line 281 of file deoptimizer.h.
Referenced by count().