Home
last modified time | relevance | path

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

12

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-objects-inl.h329 Object JSObject::RawFastPropertyAt(FieldIndex index) const { in RawFastPropertyAt() function
331 return RawFastPropertyAt(cage_base, index); in RawFastPropertyAt()
334 Object JSObject::RawFastPropertyAt(PtrComprCageBase cage_base, in RawFastPropertyAt() function
418 auto box = HeapNumber::cast(RawFastPropertyAt(index)); in WriteToField()
H A Djs-objects.h664 inline Object RawFastPropertyAt(FieldIndex index) const;
665 inline Object RawFastPropertyAt(PtrComprCageBase cage_base,
H A Dlookup.cc949 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
963 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
H A Dstack-frame-info.cc299 value = receiver.RawFastPropertyAt(isolate, field_index); in InferMethodNameFromFastObject()
H A Djs-objects.cc2936 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToFast()
3048 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToSlow()
3056 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToSlow()
4217 Handle<Object> raw_value(object->RawFastPropertyAt(index), isolate); in FastPropertyAt()
4430 Object property = RawFastPropertyAt(field_index); in SlowReverseLookup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-objects-inl.h319 Object JSObject::RawFastPropertyAt(FieldIndex index) const { in RawFastPropertyAt() function
321 return RawFastPropertyAt(isolate, index); in RawFastPropertyAt()
324 Object JSObject::RawFastPropertyAt(IsolateRoot isolate, in RawFastPropertyAt() function
406 auto box = HeapNumber::cast(RawFastPropertyAt(index)); in WriteToField()
H A Djs-objects.h639 inline Object RawFastPropertyAt(FieldIndex index) const;
640 inline Object RawFastPropertyAt(IsolateRoot isolate, FieldIndex index) const;
H A Dlookup.cc914 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
929 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
H A Djs-objects.cc2833 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToFast()
2976 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToSlow()
2985 value = handle(object->RawFastPropertyAt(isolate, index), isolate); in MigrateFastToSlow()
4162 Handle<Object> raw_value(object->RawFastPropertyAt(index), isolate); in FastPropertyAt()
4340 Object property = RawFastPropertyAt(field_index); in SlowReverseLookup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-objects-inl.h319 Object JSObject::RawFastPropertyAt(FieldIndex index) const { in RawFastPropertyAt() function
321 return RawFastPropertyAt(isolate, index); in RawFastPropertyAt()
324 Object JSObject::RawFastPropertyAt(const Isolate* isolate, in RawFastPropertyAt() function
406 auto box = HeapNumber::cast(RawFastPropertyAt(index)); in WriteToField()
H A Djs-objects.h627 inline Object RawFastPropertyAt(FieldIndex index) const;
628 inline Object RawFastPropertyAt(const Isolate* isolate,
H A Dlookup.cc868 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
883 Object current_value = holder->RawFastPropertyAt(isolate_, field_index); in IsConstFieldValueEqualTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/strings/
H A Dstring-stream.cc324 Object value = js_object.RawFastPropertyAt(index); in PrintUsingMap()
/dports/lang/v8/v8-9.6.180.12/src/strings/
H A Dstring-stream.cc321 Object value = js_object.RawFastPropertyAt(index); in PrintUsingMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/strings/
H A Dstring-stream.cc324 Object value = js_object.RawFastPropertyAt(index); in PrintUsingMap()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-inobject-slack-tracking.cc79 return obj.RawFastPropertyAt(index); in GetFieldValue()
83 Object value = obj.RawFastPropertyAt(field_index); in GetDoubleFieldValue()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dstring-stream.cc328 Object* value = js_object->RawFastPropertyAt(index); in PrintUsingMap()
H A Dlookup.cc854 Object* current_value = holder->RawFastPropertyAt(field_index); in IsConstFieldValueEqualTo()
869 Object* current_value = holder->RawFastPropertyAt(field_index); in IsConstFieldValueEqualTo()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-literals.cc115 Object* raw = copy->RawFastPropertyAt(index); in StructureWalk()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-literals.cc118 Object raw = copy->RawFastPropertyAt(isolate, index); in StructureWalk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dheap-refs.h271 ObjectRef RawFastPropertyAt(FieldIndex index) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-literals.cc122 Object raw = copy->RawFastPropertyAt(isolate, index); in StructureWalk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-literals.cc123 Object raw = copy->RawFastPropertyAt(isolate, index); in StructureWalk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dheap-refs.h290 ObjectRef RawFastPropertyAt(FieldIndex index) const;
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dcompilation-dependencies.cc327 Object current_value = holder_.object()->RawFastPropertyAt(index_); in IsValid()

12