Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h232 enum OpType { SameValue, Remember, Restore, Move, RelMove }; enumerator
246 assert(Op == SameValue); in MCCFIInstruction()
/external/v8/src/compiler/
Dtype-narrowing-reducer.cc57 DECLARE_CASE(SameValue) in Reduce()
Doperation-typer.h57 Type SameValue(Type lhs, Type rhs);
Dsimplified-operator.h613 const Operator* SameValue(); in NON_EXPORTED_BASE()
Dopcodes.h270 V(SameValue) \
Doperation-typer.cc1127 Type OperationTyper::SameValue(Type lhs, Type rhs) { in SameValue() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc760 V(SameValue, Operator::kCommutative, 2, 0) \
Dtyper.cc1888 return t->operation_typer()->SameValue(lhs, rhs); in SameValueTyper()
Dsimplified-lowering.cc441 DECLARE_CASE(SameValue) in UpdateFeedbackType()
Djs-call-reducer.cc629 Node* value = graph()->NewNode(simplified()->SameValue(), lhs, rhs); in ReduceObjectIs()
/external/v8/src/builtins/
Dbuiltins-arraybuffer.cc231 if (!is_shared && new_->SameValue(*args.receiver())) { in SliceHelper()
Dbuiltins-internal-gen.cc593 TF_BUILTIN(SameValue, CodeStubAssembler) { in TF_BUILTIN() argument
Dbuiltins-definitions.h783 TFC(SameValue, Compare, 1) \
/external/v8/src/objects/
Djs-array-buffer.cc26 if (!str->SameValue(*s)) return false; in CanonicalNumericIndexString()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCStreamer.cpp408 MCCFIInstruction Instruction(MCCFIInstruction::SameValue, Label, Register); in EmitCFISameValue()
DMCDwarf.cpp650 case MCCFIInstruction::SameValue: { in EmitCFIInstruction()
/external/v8/src/runtime/
Druntime.h350 F(SameValue, 2, 1) \
Druntime-object.cc1184 return isolate->heap()->ToBoolean(x->SameValue(y)); in RUNTIME_FUNCTION()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1459 auto SameValue = [&EV,this,IsStack](unsigned I) { in assignInits() local
1464 if (all_of(P.second, SameValue)) { in assignInits()
/external/v8/src/
Daccessors.cc171 DCHECK(Utils::OpenHandle(*name)->SameValue( in ArrayLengthSetter()
Dobjects.cc1144 !trap_result->SameValue(*target_desc.value()); in CheckGetSetTrapResult()
1523 if (!handler_proto->SameValue(*target_proto)) { in GetPrototype()
2128 if (search_element->SameValue(*excluded_properties->at(i))) { in HasExcludedProperty()
2334 bool Object::SameValue(Object* other) { in SameValue() function in v8::internal::Object
7257 (current->has_value() && current->value()->SameValue(*desc->value()))) && in ValidateAndApplyPropertyDescriptor()
7261 (current->has_get() && current->get()->SameValue(*desc->get()))) && in ValidateAndApplyPropertyDescriptor()
7263 (current->has_set() && current->set()->SameValue(*desc->set())))) { in ValidateAndApplyPropertyDescriptor()
7336 if (desc->has_value() && !desc->value()->SameValue(*current->value())) { in ValidateAndApplyPropertyDescriptor()
7353 if (desc->has_set() && !desc->set()->SameValue(*current->set())) { in ValidateAndApplyPropertyDescriptor()
7361 if (desc->has_get() && !desc->get()->SameValue(*current->get())) { in ValidateAndApplyPropertyDescriptor()
[all …]
Dobjects-inl.h3055 return key->SameValue(other); in IsMatch()
Dobjects.h1404 V8_EXPORT_PRIVATE bool SameValue(Object* other);
Dapi.cc4069 bool Value::SameValue(Local<Value> that) const { in SameValue() function in v8::Value
4072 return self->SameValue(*other); in SameValue()
/external/v8/include/
Dv8.h2577 bool SameValue(Local<Value> that) const;