Searched refs:RawFastPropertyAt (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-objects-inl.h | 347 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()
|
D | js-objects.h | 686 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,
|
D | lookup.cc | 960 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo() 974 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
|
D | js-objects.cc | 3116 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()
|
D | call-site-info.cc | 328 value = receiver.RawFastPropertyAt(isolate, field_index); in InferMethodNameFromFastObject()
|
/third_party/node/deps/v8/src/strings/ |
D | string-stream.cc | 321 Object value = js_object.RawFastPropertyAt(index); in PrintUsingMap()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 118 Object raw = copy->RawFastPropertyAt(isolate, index); in StructureWalk()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 439 Object value = RawFastPropertyAt(index); in JSObjectVerify() 1236 RawFastPropertyAt(FieldIndex::ForDescriptor(struct_map, i)).IsShared()); in USE_TORQUE_VERIFIER()
|
D | objects-printer.cc | 317 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
|
/third_party/node/deps/v8/src/compiler/ |
D | compilation-dependencies.cc | 451 Object current_value = holder_.object()->RawFastPropertyAt(index_); in IsValid()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1758 Object value = js_obj.RawFastPropertyAt(field_index); in ExtractPropertyReferences()
|