V8 Project
|
#include <codegen.h>
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_.
Definition at line 157 of file codegen.h.
References v8::internal::Vector< T >::length(), v8::internal::Vector< T >::start(), and young_sequence_.
|
inline |
Definition at line 156 of file codegen.h.
References v8::internal::Vector< T >::length(), and young_sequence_.
|
protected |
Definition at line 171 of file codegen.h.
Referenced by CopyYoungSequenceTo(), IsYoung(), and young_sequence_length().