|
const char * | PretenureDecisionName (PretenureDecision decision) |
|
Tagged< UnionOf< Smi, JSObject > > | transition_info_or_boilerplate () const |
|
Tagged< JSObject > | boilerplate () const |
|
Tagged< JSObject > | boilerplate (AcquireLoadTag tag) const |
|
void | set_boilerplate (Tagged< JSObject > value, ReleaseStoreTag, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) |
|
int | transition_info () const |
|
void | set_transition_info (int value) |
|
Tagged< UnionOf< Smi, AllocationSite > > | nested_site () const |
|
void | set_nested_site (Tagged< UnionOf< Smi, AllocationSite > > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) |
|
int32_t | pretenure_data (RelaxedLoadTag) const |
|
void | set_pretenure_data (int32_t value, RelaxedStoreTag) |
|
int32_t | pretenure_create_count () const |
|
void | set_pretenure_create_count (int32_t value) |
|
Tagged< DependentCode > | dependent_code () const |
|
void | set_dependent_code (Tagged< DependentCode > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) |
|
void | Initialize () |
|
bool | HasWeakNext () const |
|
bool | IsNested () |
|
int | IncrementMementoFoundCount (int increment=1) |
|
void | IncrementMementoCreateCount () |
|
AllocationType | GetAllocationType () const |
|
void | ResetPretenureDecision () |
|
PretenureDecision | pretenure_decision () const |
|
void | set_pretenure_decision (PretenureDecision decision) |
|
bool | deopt_dependent_code () const |
|
void | set_deopt_dependent_code (bool deopt) |
|
int | memento_found_count () const |
|
void | set_memento_found_count (int count) |
|
int | memento_create_count () const |
|
void | set_memento_create_count (int count) |
|
bool | IsZombie () const |
|
bool | IsMaybeTenure () const |
|
void | MarkZombie () |
|
bool | MakePretenureDecision (PretenureDecision current_decision, double ratio, bool maximum_size_scavenge) |
|
bool | DigestPretenuringFeedback (bool maximum_size_scavenge) |
|
ElementsKind | GetElementsKind () const |
|
void | SetElementsKind (ElementsKind kind) |
|
bool | CanInlineCall () const |
|
void | SetDoNotInlineCall () |
|
bool | PointsToLiteral () const |
|
| HeapObjectLayout ()=delete |
|
Tagged< Map > | map () const |
|
Tagged< Map > | map (AcquireLoadTag) const |
|
MapWord | map_word (RelaxedLoadTag) const |
|
void | set_map (Isolate *isolate, Tagged< Map > value) |
|
template<typename IsolateT > |
void | set_map (IsolateT *isolate, Tagged< Map > value, ReleaseStoreTag) |
|
template<typename IsolateT > |
void | set_map_safe_transition (IsolateT *isolate, Tagged< Map > value, ReleaseStoreTag) |
|
void | set_map_safe_transition_no_write_barrier (Isolate *isolate, Tagged< Map > value, RelaxedStoreTag=kRelaxedStore) |
|
template<typename IsolateT > |
void | set_map_after_allocation (IsolateT *isolate, Tagged< Map > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) |
|
void | set_map_no_write_barrier (Isolate *isolate, Tagged< Map > value, RelaxedStoreTag=kRelaxedStore) |
|
void | set_map_word_forwarded (Tagged< HeapObject > target_object, ReleaseStoreTag) |
|
void | set_map_word_forwarded (Tagged< HeapObject > target_object, RelaxedStoreTag) |
|
Address | ptr () const |
|
Address | address () const |
|
ReadOnlyRoots | EarlyGetReadOnlyRoots () const |
|
int | Size () const |
|
V8_EXPORT_PRIVATE int | SizeFromMap (Tagged< Map > map) const |
|
WriteBarrierMode | GetWriteBarrierMode (const DisallowGarbageCollection &promise) |
|
Definition at line 23 of file allocation-site.h.