Home
last modified time | relevance | path

Searched defs:weak_cell (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc111 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
351 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/heap/
Dobjects-visiting-inl.h335 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(object); in VisitWeakCell() local
Dincremental-marking.cc630 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(weak_cell_obj); in ProcessWeakCells() local
Dmark-compact.cc2234 WeakCell* weak_cell = WeakCell::cast(weak_cell_obj); in ClearSimpleMapTransitions() local
2466 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(weak_cell_obj); in ClearWeakCells() local
2535 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(weak_cell_obj); in AbortWeakCells() local
Dheap.h897 void set_encountered_weak_cells(Object* weak_cell) { in set_encountered_weak_cells()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc231 Handle<WeakCell> weak_cell = factory->NewWeakCell(cell); in GenerateCheckPropertyCell() local
791 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc231 Handle<WeakCell> weak_cell = factory->NewWeakCell(cell); in GenerateCheckPropertyCell() local
791 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc196 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
761 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc198 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
767 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc200 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
771 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc196 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
761 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc214 Handle<WeakCell> weak_cell = factory->NewWeakCell(cell); in GenerateCheckPropertyCell() local
783 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/
Dcode-stubs-hydrogen.cc1749 HValue* weak_cell = Add<HConstant>(isolate()->factory()->NewWeakCell( in BuildCodeInitializedStub() local
Dfactory.cc743 Handle<WeakCell> weak_cell = NewWeakCell(context); in NewNativeContext() local
Dobjects.cc4727 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(map); in WeakCellForMap() local
/external/v8/test/cctest/heap/
Dtest-heap.cc5400 Handle<WeakCell> weak_cell = factory->NewWeakCell(value); in TEST() local
5839 Handle<WeakCell> weak_cell = AddRetainedMap(isolate, heap); in CheckMapRetainingFor() local
/external/v8/src/x87/
Dcode-stubs-x87.cc3913 Register weak_cell, Label* miss) { in HandleMonomorphicCase()
4162 Register slot, Register weak_cell, in HandleMonomorphicStoreCase()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4233 Register weak_cell, Label* miss) { in HandleMonomorphicCase()
4482 Register slot, Register weak_cell, in HandleMonomorphicStoreCase()