Searched defs:extend_storage (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ic/
H A Dhandler-configuration-inl.h85 bool extend_storage) {
108 DCHECK_IMPLIES(extend_storage, kind == kTransitionToField);
109 DCHECK_IMPLIES(field_index.is_inobject(), !extend_storage);
112 StoreHandler::ExtendStorageBits::encode(extend_storage) |
133 bool extend_storage) {
135 representation, extend_storage);
82 StoreField(Isolate* isolate, Kind kind, int descriptor, FieldIndex field_index, Representation representation, bool extend_storage) argument
130 TransitionToField(Isolate* isolate, int descriptor, FieldIndex field_index, Representation representation, bool extend_storage) argument
H A Dic.cc1858 bool extend_storage = local
1863 isolate(), descriptor, index, representation, extend_storage);

Completed in 198 milliseconds