|
V8 Project
|
#include <codegen.h>
Collaboration diagram for v8::internal::CodeAgingHelper:Public Member Functions | |
| CodeAgingHelper () | |
| uint32_t | young_sequence_length () const |
| bool | IsYoung (byte *candidate) const |
| void | CopyYoungSequenceTo (byte *new_buffer) const |
Protected Attributes | |
| const EmbeddedVector< byte, kNoCodeAgeSequenceLength > | young_sequence_ |
| v8::internal::CodeAgingHelper::CodeAgingHelper | ( | ) |
|
inline |
Definition at line 162 of file codegen.h.
References v8::internal::CopyBytes(), v8::internal::Vector< T >::length(), v8::internal::Vector< T >::start(), and young_sequence_.
Here is the call graph for this function:Definition at line 157 of file codegen.h.
References v8::internal::Vector< T >::length(), v8::internal::Vector< T >::start(), and young_sequence_.
Here is the call graph for this function:
|
inline |
Definition at line 156 of file codegen.h.
References v8::internal::Vector< T >::length(), and young_sequence_.
Here is the call graph for this function:
|
protected |
Definition at line 171 of file codegen.h.
Referenced by CopyYoungSequenceTo(), IsYoung(), and young_sequence_length().