Home
last modified time | relevance | path

Searched refs:SameValue (Results 1 – 16 of 16) 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/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.h422 F(SameValue, 2, 1) \
Druntime-object.cc896 return isolate->heap()->ToBoolean(x->SameValue(y)); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-promise.cc688 GotoIf(SameValue(promise, result, context), &if_cycle); in InternalResolvePromise()
1432 GotoIfNot(SameValue(constructor, receiver, context), &if_valueisnotpromise); in TF_BUILTIN()
Dbuiltins-object.cc730 return isolate->heap()->ToBoolean(value1->SameValue(*value2)); in BUILTIN()
Dbuiltins-regexp.cc1791 GotoIf(SameValue(previous_last_index, smi_zero, context), &next); in RegExpPrototypeSearchBodySlow()
1806 GotoIf(SameValue(current_last_index, previous_last_index, context), &next); in RegExpPrototypeSearchBodySlow()
/external/v8/src/
Dobjects.cc1110 !trap_result->SameValue(*target_desc.value()); in GetProperty()
1347 if (!handler_proto->SameValue(*target_proto)) { in GetPrototype()
1985 if (search_element->SameValue(*excluded_properties->at(i))) { in HasExcludedProperty()
2237 bool Object::SameValue(Object* other) { in SameValue() function in v8::internal::Object
5084 !value->SameValue(*target_desc.value()); in SetProperty()
6340 (current->has_value() && current->value()->SameValue(*desc->value()))) && in ValidateAndApplyPropertyDescriptor()
6344 (current->has_get() && current->get()->SameValue(*desc->get()))) && in ValidateAndApplyPropertyDescriptor()
6346 (current->has_set() && current->set()->SameValue(*desc->set())))) { in ValidateAndApplyPropertyDescriptor()
6416 if (desc->has_value() && !desc->value()->SameValue(*current->value())) { in ValidateAndApplyPropertyDescriptor()
6433 if (desc->has_set() && !desc->set()->SameValue(*current->set())) { in ValidateAndApplyPropertyDescriptor()
[all …]
Daccessors.cc170 DCHECK(Utils::OpenHandle(*name)->SameValue(isolate->heap()->length_string())); in ArrayLengthSetter()
Dcode-stub-assembler.h1221 Node* SameValue(Node* lhs, Node* rhs, Node* context);
Dapi.cc4097 bool Value::SameValue(Local<Value> that) const { in SameValue() function in v8::Value
4100 return self->SameValue(*other); in SameValue()
Dcode-stub-assembler.cc7536 Node* CodeStubAssembler::SameValue(Node* lhs, Node* rhs, Node* context) { in SameValue() function in v8::internal::CodeStubAssembler
Dobjects-inl.h7863 return key->SameValue(other); in IsMatch()
Dobjects.h1428 V8_EXPORT_PRIVATE bool SameValue(Object* other);
/external/v8/include/
Dv8.h2265 bool SameValue(Local<Value> that) const;