Home
last modified time | relevance | path

Searched refs:RawFastPropertyAt (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h347 Object JSObject::RawFastPropertyAt(FieldIndex index) const { in RawFastPropertyAt() function
349 return RawFastPropertyAt(cage_base, index); in RawFastPropertyAt()
352 Object JSObject::RawFastPropertyAt(PtrComprCageBase cage_base, in RawFastPropertyAt() function
364 Object JSObject::RawFastPropertyAt(FieldIndex index, in RawFastPropertyAt() function
367 return RawFastPropertyAt(cage_base, index, tag); in RawFastPropertyAt()
370 Object JSObject::RawFastPropertyAt(PtrComprCageBase cage_base, FieldIndex index, in RawFastPropertyAt() function
473 auto box = HeapNumber::cast(RawFastPropertyAt(index)); in WriteToField()
Djs-objects.h686 inline Object RawFastPropertyAt(FieldIndex index) const;
687 inline Object RawFastPropertyAt(PtrComprCageBase cage_base,
689 inline Object RawFastPropertyAt(FieldIndex index, SeqCstAccessTag tag) const;
690 inline Object RawFastPropertyAt(PtrComprCageBase cage_base, FieldIndex index,
Dlookup.cc960 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
974 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
Djs-objects.cc3116 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToFast()
3228 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToSlow()
3236 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToSlow()
4427 Handle<Object> raw_value(object->RawFastPropertyAt(index), isolate); in FastPropertyAt()
4435 Handle<Object> raw_value(object->RawFastPropertyAt(index, tag), isolate); in FastPropertyAt()
4648 Object property = RawFastPropertyAt(field_index); in SlowReverseLookup()
Dcall-site-info.cc328 value = receiver.RawFastPropertyAt(isolate, field_index); in InferMethodNameFromFastObject()
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc321 Object value = js_object.RawFastPropertyAt(index); in PrintUsingMap()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc118 Object raw = copy->RawFastPropertyAt(isolate, index); in StructureWalk()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc439 Object value = RawFastPropertyAt(index); in JSObjectVerify()
1236 RawFastPropertyAt(FieldIndex::ForDescriptor(struct_map, i)).IsShared()); in USE_TORQUE_VERIFIER()
Dobjects-printer.cc317 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc451 Object current_value = holder_.object()->RawFastPropertyAt(index_); in IsValid()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1758 Object value = js_obj.RawFastPropertyAt(field_index); in ExtractPropertyReferences()