Searched refs:holder_ (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | lookup.cc | 62 holder_ = GetRoot(isolate, lookup_start_object_); in LookupIterator() 68 holder_ = GetRoot(isolate_, lookup_start_object_, index_); in Start() 76 JSReceiver holder = *holder_; in Start() 95 JSReceiver holder = *holder_; in Next() 118 if (holder != *holder_) holder_ = handle(holder, isolate_); in NextInternal() 126 holder_ = handle(holder, isolate_); in NextInternal() 181 state_ = LookupInHolder<is_element>(holder_->map(isolate_), *holder_); in ReloadPropertyInformation() 182 DCHECK(IsFound() || !holder_ in ReloadPropertyInformation() [all...] |
H A D | lookup-inl.h | 170 DCHECK(!IsElement(*holder_)); in name() 189 return !holder_->HasFastProperties(isolate_); in is_dictionary_holder() 205 return Handle<T>::cast(holder_); in GetHolder() 244 DCHECK(!IsElement(*holder_)); in descriptor_number() 246 DCHECK(holder_->HasFastProperties(isolate_)); in descriptor_number() 251 DCHECK(!IsElement(*holder_)); in dictionary_entry() 253 DCHECK(!holder_->HasFastProperties(isolate_)); in dictionary_entry() 298 JSObject holder = JSObject::cast(*holder_); in GetInterceptor()
|
H A D | lookup.h | 305 Handle<JSReceiver> holder_; member in v8::internal::final
|
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 358 // of |holder_| was originally a plain function |constant_| (when creating in GetHolderIfValid() 438 holder_(holder), in OwnConstantDataPropertyDependency() 445 if (holder_.object()->map() != *map_.object()) { 447 "Map change detected in " << holder_.object()); 451 Object current_value = holder_.object()->RawFastPropertyAt(index_); 460 << holder_.object() << " at FieldIndex " 466 << holder_.object() << " at FieldIndex " 478 return base::hash_combine(h(holder_), h(map_), representation_.kind(), 485 return holder_.equals(zat->holder_) 491 JSObjectRef const holder_; global() member in v8::internal::compiler::__anon14333::final 561 JSObjectRef const holder_; global() member in v8::internal::compiler::__anon14333::final 975 const JSObjectRef holder_; global() member in v8::internal::compiler::__anon14333::final [all...] |
H A D | access-info.h | 134 return holder_; in holder() 200 base::Optional<JSObjectRef> holder_; member in v8::internal::compiler::final
|
H A D | access-info.cc | 194 holder_(holder), in PropertyAccessInfo() 207 holder_(holder), in PropertyAccessInfo() 225 holder_(holder), in PropertyAccessInfo() 244 holder_(holder), in PropertyAccessInfo() 270 if (!OptionalRefEquals(holder_, that->holder_)) return false; in Merge()
|
H A D | heap-refs.h | 735 base::Optional<JSObjectRef> holder_ = base::nullopt) in HolderLookupResult() 736 : lookup(lookup_), holder(holder_) {} in HolderLookupResult()
|
H A D | js-call-reducer.cc | 916 holder_(holder), in FastApiCallReducerAssembler() 983 inputs[cursor++] = holder_; in ReduceFastApiCall() 1020 Node* const holder_; member in v8::FastApiCallReducerAssembler
|
Completed in 17 milliseconds