Home
last modified time | relevance | path

Searched refs:AsSmi (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dproperty-cell-inl.h44 set_property_details_raw(details.AsSmi(), kReleaseStore); in UpdatePropertyDetailsExceptCellType()
64 set_property_details_raw(transition_marker.AsSmi(), kReleaseStore); in Transition()
66 set_property_details_raw(new_details.AsSmi(), kReleaseStore); in Transition()
H A Dordered-hash-table-inl.h152 this->set(EntryToIndex(entry) + kPropertyDetailsOffset, value.AsSmi()); in DetailsAtPut()
177 this->SetDataEntry(entry.as_int(), kPropertyDetailsIndex, value.AsSmi()); in DetailsAtPut()
H A Ddescriptor-array-inl.h187 EntryDetailsField::Relaxed_Store(*this, entry_offset, details.AsSmi()); in SetDetails()
H A Dordered-hash-table.cc472 table->set(new_index + kPropertyDetailsOffset, details.AsSmi()); in Add()
493 this->set(index + kPropertyDetailsOffset, details.AsSmi()); in SetEntry()
848 details.AsSmi()); in Add()
869 details.AsSmi()); in SetEntry()
H A Ddictionary-inl.h191 value.AsSmi()); in DetailsAtPut()
H A Dproperty-details.h349 inline Smi AsSmi() const;
H A Dlookup.cc535 DCHECK_EQ(details.AsSmi(), in ReconfigureDataProperty()
536 dictionary->DetailsAt(dictionary_entry()).AsSmi()); in ReconfigureDataProperty()
H A Dobjects-inl.h56 Smi PropertyDetails::AsSmi() const { in AsSmi() function in v8::internal::PropertyDetails
H A Dobjects.cc4573 if (GetDetails(i).AsSmi() != other.GetDetails(i).AsSmi()) return false; in IsEqualTo()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc630 auto details_handle = handle(details.AsSmi(), isolate); in AddDataProperty()
642 auto details_handle = handle(details.AsSmi(), isolate); in AddDataProperty()
657 auto details_handle = handle(details.AsSmi(), isolate); in AddAccessorProperty()
/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc51 if (ref.IsSmi()) return Constant(ref.AsSmi()); in Constant()
H A Dheap-refs.cc39 // number value, and AsSmi() does exactly that.
1045 int ObjectRef::AsSmi() const { in AsSmi() function in v8::internal::compiler::ObjectRef
1771 if (IsSmi()) return AsSmi() != 0; in TryGetBooleanValue()
1925 length_ref->AsSmi(), index); in GetOwnCowElement()
H A Dheap-refs.h231 int AsSmi() const;
H A Dcompilation-dependencies.cc1099 if (cell.value().AsSmi() != Protectors::kProtectorValid) return false; in DependOnProtector()
1324 CHECK_EQ(current.nested_site().AsSmi(), 0); in DependOnElementsKinds()
H A Dtypes.cc871 return Constant(static_cast<double>(ref.AsSmi()), zone); in Constant()
H A Djs-create-lowering.cc660 can_inline_call = array_constructor_protector.value().AsSmi() == in ReduceJSCreateArray()
H A Djs-typed-lowering.cc601 if (string_length_protector.value().AsSmi() == in ReduceJSAdd()
H A Djs-call-reducer.cc4250 int const array_length = boilerplate_array.GetBoilerplateLength().AsSmi();
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h256 return AddNewNode<SmiConstant>({}, Smi::FromInt(ref.AsSmi())); in GetConstant()
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1646 return d.AsSmi(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1403 (PropertyDetails::Empty().AsSmi() == Smi::cast(val))); in SmallOrderedNameDictionaryVerify()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1792 cell.set_property_details_raw(details.AsSmi(), SKIP_WRITE_BARRIER); in NewPropertyCell()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8746 TVARIABLE(Smi, var_details, SmiOr(SmiConstant(d.AsSmi()), enum_index));

Completed in 76 milliseconds