|
V8 Project
|
#include <objects.h>
Collaboration diagram for v8::internal::ConstantPoolArray::BASE_EMBEDDED:Public Member Functions | |
| NumberOfEntries () | |
| NumberOfEntries (int int64_count, int code_ptr_count, int heap_ptr_count, int int32_count) | |
| NumberOfEntries (ConstantPoolArray *array, LayoutSection section) | |
| void | increment (Type type) |
| int | equals (const NumberOfEntries &other) const |
| bool | is_empty () const |
| int | count_of (Type type) const |
| int | base_of (Type type) const |
| int | total_count () const |
| int | are_in_range (int min, int max) const |
| Iterator (ConstantPoolArray *array, Type type) | |
| Iterator (ConstantPoolArray *array, Type type, LayoutSection section) | |
| int | next_index () |
| bool | is_finished () |
Private Member Functions | |
| void | update_section () |
Private Attributes | |
| int | element_counts_ [NUMBER_OF_TYPES] |
| ConstantPoolArray * | array_ |
| const Type | type_ |
| const LayoutSection | final_section_ |
| LayoutSection | current_section_ |
| int | next_index_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2662 of file objects.h.
|
inline |
|
inline |
|
inline |
Definition at line 2627 of file objects.h.
|
inline |
Definition at line 2641 of file objects.h.
References v8::internal::ConstantPoolArray::number_of_entries().
Here is the call graph for this function:
|
inline |
|
inline |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |