/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCDwarf.h | 232 enum OpType { SameValue, Remember, Restore, Move, RelMove }; enumerator 246 assert(Op == SameValue); in MCCFIInstruction()
|
/external/v8/src/compiler/ |
D | type-narrowing-reducer.cc | 57 DECLARE_CASE(SameValue) in Reduce()
|
D | operation-typer.h | 57 Type SameValue(Type lhs, Type rhs);
|
D | simplified-operator.h | 613 const Operator* SameValue(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 270 V(SameValue) \
|
D | operation-typer.cc | 1127 Type OperationTyper::SameValue(Type lhs, Type rhs) { in SameValue() function in v8::internal::compiler::OperationTyper
|
D | simplified-operator.cc | 760 V(SameValue, Operator::kCommutative, 2, 0) \
|
D | typer.cc | 1888 return t->operation_typer()->SameValue(lhs, rhs); in SameValueTyper()
|
D | simplified-lowering.cc | 441 DECLARE_CASE(SameValue) in UpdateFeedbackType()
|
D | js-call-reducer.cc | 629 Node* value = graph()->NewNode(simplified()->SameValue(), lhs, rhs); in ReduceObjectIs()
|
/external/v8/src/builtins/ |
D | builtins-arraybuffer.cc | 231 if (!is_shared && new_->SameValue(*args.receiver())) { in SliceHelper()
|
D | builtins-internal-gen.cc | 593 TF_BUILTIN(SameValue, CodeStubAssembler) { in TF_BUILTIN() argument
|
D | builtins-definitions.h | 783 TFC(SameValue, Compare, 1) \
|
/external/v8/src/objects/ |
D | js-array-buffer.cc | 26 if (!str->SameValue(*s)) return false; in CanonicalNumericIndexString()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCStreamer.cpp | 408 MCCFIInstruction Instruction(MCCFIInstruction::SameValue, Label, Register); in EmitCFISameValue()
|
D | MCDwarf.cpp | 650 case MCCFIInstruction::SameValue: { in EmitCFIInstruction()
|
/external/v8/src/runtime/ |
D | runtime.h | 350 F(SameValue, 2, 1) \
|
D | runtime-object.cc | 1184 return isolate->heap()->ToBoolean(x->SameValue(y)); in RUNTIME_FUNCTION()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 1459 auto SameValue = [&EV,this,IsStack](unsigned I) { in assignInits() local 1464 if (all_of(P.second, SameValue)) { in assignInits()
|
/external/v8/src/ |
D | accessors.cc | 171 DCHECK(Utils::OpenHandle(*name)->SameValue( in ArrayLengthSetter()
|
D | objects.cc | 1144 !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 …]
|
D | objects-inl.h | 3055 return key->SameValue(other); in IsMatch()
|
D | objects.h | 1404 V8_EXPORT_PRIVATE bool SameValue(Object* other);
|
D | api.cc | 4069 bool Value::SameValue(Local<Value> that) const { in SameValue() function in v8::Value 4072 return self->SameValue(*other); in SameValue()
|
/external/v8/include/ |
D | v8.h | 2577 bool SameValue(Local<Value> that) const;
|