Home
last modified time | relevance | path

Searched refs:is_identical_to (Results 1 – 25 of 51) sorted by relevance

123

/external/v8/src/
Dallocation-site-scopes.cc44 top().is_identical_to(scope_site); in ExitScope()
Dvariables.h90 return !is_this() && name().is_identical_to(n); in IsVariable()
Dhandles-inl.h30 inline bool Handle<T>::is_identical_to(const Handle<T> o) const { in is_identical_to() function
Dhydrogen-environment-liveness.cc227 return a.is_identical_to(b); in VerifyClosures()
Dhandles.h108 INLINE(bool is_identical_to(const Handle<T> other) const);
Dlookup.cc130 if (!name().is_identical_to(isolate()->factory()->hidden_string()) && in PrepareTransitionToDataProperty()
/external/v8/src/ic/
Dcall-optimization.cc58 if (api_holder.is_identical_to(holder)) return true; in IsCompatibleReceiver()
Dic.cc640 receiver_maps->at(current).is_identical_to(new_receiver_map)) { in AddOneReceiverMapIfMissing()
899 lookup->GetReceiver().is_identical_to(lookup->GetHolder<JSObject>()); in ComputeHandler()
911 !maybe_handler_.ToHandleChecked().is_identical_to(code)) { in ComputeHandler()
977 bool receiver_is_holder = receiver.is_identical_to(holder); in CompileHandler()
1127 if (target().is_identical_to(string_stub())) { in LoadElementStub()
1254 if (receiver.is_identical_to(holder)) { in LookupForWrite()
1265 return it->GetHolder<Object>().is_identical_to( in LookupForWrite()
1510 DCHECK(holder.is_identical_to(receiver)); in CompileHandler()
1581 if ((receiver_map.is_identical_to(previous_receiver_map) && in StoreElementStub()
1848 !(target().is_identical_to(sloppy_arguments_stub()))) { in Store()
[all …]
Dic-compiler.cc53 if (handler.is_identical_to(isolate->builtins()->LoadIC_Normal()) || in ComputeMonomorphic()
54 handler.is_identical_to(isolate->builtins()->StoreIC_Normal())) { in ComputeMonomorphic()
/external/v8/src/ic/arm64/
Dic-compiler-arm64.cc47 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-arm64.cc569 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
761 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/x64/
Dic-compiler-x64.cc84 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-x64.cc519 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
694 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/ia32/
Dic-compiler-ia32.cc50 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-ia32.cc522 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
700 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/mips/
Dic-compiler-mips.cc29 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-mips.cc531 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
711 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/arm/
Dic-compiler-arm.cc46 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-arm.cc533 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
710 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/mips64/
Dic-compiler-mips64.cc29 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-mips64.cc531 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
711 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/src/ic/x87/
Dic-compiler-x87.cc50 if (name.is_identical_to(isolate()->factory()->normal_ic_symbol())) { in CompilePolymorphic()
Dhandler-compiler-x87.cc524 while (!current_map.is_identical_to(holder_map)) { in CheckPrototypes()
702 !holder().is_identical_to(it->GetHolder<JSObject>()); in GenerateLoadInterceptorWithFollowup()
/external/v8/test/cctest/
Dtest-serialize.cc688 CHECK(!orig_source.is_identical_to(copy_source)); in TEST()
742 CHECK(!orig_source.is_identical_to(copy_source)); in TEST()
778 CHECK(orig_result.is_identical_to(copy_result)); in TEST()
/external/v8/src/compiler/
Dcode-generator.cc284 if (deoptimization_literals_[i].is_identical_to(literal)) return i; in DefineDeoptimizationLiteral()

123