Home
last modified time | relevance | path

Searched refs:kMementoMapOffset (Results 1 – 4 of 4) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-stub-assembler.cc9123 const int kMementoMapOffset = JSArray::kSize; in TrapAllocationMemento() local
9125 kMementoMapOffset + AllocationMemento::kSize - kPointerSize; in TrapAllocationMemento()
9167 Node* memento_map = LoadObjectField(object, kMementoMapOffset); in TrapAllocationMemento()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-stub-assembler.cc10125 const int kMementoMapOffset = JSArray::kHeaderSize; in TrapAllocationMemento() local
10127 kMementoMapOffset + AllocationMemento::kSize - kTaggedSize; in TrapAllocationMemento()
10176 TNode<Object> memento_map = LoadObjectField(object, kMementoMapOffset); in TrapAllocationMemento()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-stub-assembler.cc10220 const int kMementoMapOffset = JSArray::kHeaderSize; in TrapAllocationMemento() local
10222 kMementoMapOffset + AllocationMemento::kSize - kTaggedSize; in TrapAllocationMemento()
10271 TNode<Object> memento_map = LoadObjectField(object, kMementoMapOffset); in TrapAllocationMemento()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-stub-assembler.cc11281 const int kMementoMapOffset = JSArray::kHeaderSize; in TrapAllocationMemento() local
11283 kMementoMapOffset + AllocationMemento::kSize - kTaggedSize; in TrapAllocationMemento()
11335 LoadObjectField(object, kMementoMapOffset); in TrapAllocationMemento()