Searched refs:memento (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
H A D | bit_reader.c | 61 BrotliBitReaderState memento; in BrotliSafeReadBits32Slow() local 64 BrotliBitReaderSaveState(br, &memento); in BrotliSafeReadBits32Slow() 67 BrotliBitReaderRestoreState(br, &memento); in BrotliSafeReadBits32Slow()
|
H A D | decode.c | 1139 BrotliBitReaderState memento; in DecodeBlockTypeAndLength() local 1140 BrotliBitReaderSaveState(br, &memento); in DecodeBlockTypeAndLength() 1144 BrotliBitReaderRestoreState(br, &memento); in DecodeBlockTypeAndLength() 1623 BrotliBitReaderState memento; in ReadDistanceInternal() local 1628 BrotliBitReaderSaveState(br, &memento); in ReadDistanceInternal() 1647 BrotliBitReaderRestoreState(br, &memento); in ReadDistanceInternal() 1672 BrotliBitReaderState memento; in ReadCommandInternal() local 1676 BrotliBitReaderSaveState(br, &memento); in ReadCommandInternal() 1694 BrotliBitReaderRestoreState(br, &memento); in ReadCommandInternal()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | bit_reader.c | 61 BrotliBitReaderState memento; in BrotliSafeReadBits32Slow() local 64 BrotliBitReaderSaveState(br, &memento); in BrotliSafeReadBits32Slow() 67 BrotliBitReaderRestoreState(br, &memento); in BrotliSafeReadBits32Slow()
|
H A D | decode.c | 1139 BrotliBitReaderState memento; in DecodeBlockTypeAndLength() local 1140 BrotliBitReaderSaveState(br, &memento); in DecodeBlockTypeAndLength() 1144 BrotliBitReaderRestoreState(br, &memento); in DecodeBlockTypeAndLength() 1623 BrotliBitReaderState memento; in ReadDistanceInternal() local 1628 BrotliBitReaderSaveState(br, &memento); in ReadDistanceInternal() 1647 BrotliBitReaderRestoreState(br, &memento); in ReadDistanceInternal() 1672 BrotliBitReaderState memento; in ReadCommandInternal() local 1676 BrotliBitReaderSaveState(br, &memento); in ReadCommandInternal() 1694 BrotliBitReaderRestoreState(br, &memento); in ReadCommandInternal()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 1296 // Object is not in new space, thus there is no memento and nothing to do. in RUNTIME_FUNCTION() 1300 AllocationMemento memento = in RUNTIME_FUNCTION() local 1302 if (memento.is_null()) in RUNTIME_FUNCTION() 1304 AllocationSite site = memento.GetAllocationSite(); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.h | 523 // Passing an allocation site means that a memento will be created that 1108 void InitializeAllocationMemento(AllocationMemento memento,
|
H A D | factory.cc | 362 void Factory::InitializeAllocationMemento(AllocationMemento memento, in InitializeAllocationMemento() argument 365 memento.set_map_after_allocation(*allocation_memento_map(), in InitializeAllocationMemento() 367 memento.set_allocation_site(allocation_site, SKIP_WRITE_BARRIER); in InitializeAllocationMemento()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 5227 AllocationMemento memento = in UpdateAllocationSite() local 5229 if (memento.is_null()) return false; in UpdateAllocationSite() 5232 site = handle(memento.GetAllocationSite(), heap->isolate()); in UpdateAllocationSite()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 4083 // memento) in new space. 4100 // The JSArray and possibly allocation memento next. Note that 5378 // Helper function for folded memento allocation. 5380 // tracking on. So memento allocations have to be folded together with previous 5396 TNode<HeapObject> memento = 5398 StoreMapNoWriteBarrier(memento, RootIndex::kAllocationMementoMap); 5400 memento, AllocationMemento::kAllocationSiteOffset, allocation_site); 11534 // TODO(v8:11799): Support allocation memento for a large object by 11535 // allocating additional word for the memento after the large object. 11550 // potential memento objec [all...] |
Completed in 41 milliseconds