Searched refs:memento (Results 1 – 6 of 6) sorted by relevance
/external/brotli/c/dec/ |
D | decode.c | 1075 BrotliBitReaderState memento; in DecodeBlockTypeAndLength() local 1076 BrotliBitReaderSaveState(br, &memento); in DecodeBlockTypeAndLength() 1080 BrotliBitReaderRestoreState(br, &memento); in DecodeBlockTypeAndLength() 1452 BrotliBitReaderState memento; in ReadDistanceInternal() local 1458 BrotliBitReaderSaveState(br, &memento); in ReadDistanceInternal() 1491 BrotliBitReaderRestoreState(br, &memento); in ReadDistanceInternal() 1523 BrotliBitReaderState memento; in ReadCommandInternal() local 1527 BrotliBitReaderSaveState(br, &memento); in ReadCommandInternal() 1545 BrotliBitReaderRestoreState(br, &memento); in ReadCommandInternal()
|
/external/v8/src/builtins/ |
D | builtins-constructor.cc | 714 Node* memento = InnerAllocate(copy, object_size); in EmitFastCloneShallowObject() local 715 StoreMapNoWriteBarrier(memento, Heap::kAllocationMementoMapRootIndex); in EmitFastCloneShallowObject() 717 memento, AllocationMemento::kAllocationSiteOffset, allocation_site); in EmitFastCloneShallowObject()
|
/external/v8/src/heap/ |
D | heap.cc | 3474 void Heap::InitializeAllocationMemento(AllocationMemento* memento, in InitializeAllocationMemento() argument 3476 memento->set_map_no_write_barrier(allocation_memento_map()); in InitializeAllocationMemento() 3478 memento->set_allocation_site(allocation_site, SKIP_WRITE_BARRIER); in InitializeAllocationMemento()
|
D | heap.h | 1703 void InitializeAllocationMemento(AllocationMemento* memento,
|
/external/v8/src/ |
D | objects.cc | 15578 AllocationMemento* memento = in UpdateAllocationSite() local 15580 if (memento == NULL) return false; in UpdateAllocationSite() 15583 site = handle(memento->GetAllocationSite()); in UpdateAllocationSite()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|