Home
last modified time | relevance | path

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

/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc215 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
466 Handle<WeakCell> weak_cell = in CheckPrototypes() local
487 Handle<WeakCell> weak_cell = in CheckPrototypes() local
647 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc129 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
353 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
514 Handle<WeakCell> weak_cell = in CheckPrototypes() local
535 Handle<WeakCell> weak_cell = in CheckPrototypes() local
/external/v8/src/ic/s390/
Dhandler-compiler-s390.cc208 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
460 Handle<WeakCell> weak_cell = in CheckPrototypes() local
481 Handle<WeakCell> weak_cell = in CheckPrototypes() local
634 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc215 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
466 Handle<WeakCell> weak_cell = in CheckPrototypes() local
487 Handle<WeakCell> weak_cell = in CheckPrototypes() local
647 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc218 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
484 Handle<WeakCell> weak_cell = in CheckPrototypes() local
505 Handle<WeakCell> weak_cell = in CheckPrototypes() local
666 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc223 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
484 Handle<WeakCell> weak_cell = in CheckPrototypes() local
505 Handle<WeakCell> weak_cell = in CheckPrototypes() local
666 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc262 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
486 Handle<WeakCell> weak_cell = in CheckPrototypes() local
507 Handle<WeakCell> weak_cell = in CheckPrototypes() local
688 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc262 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
486 Handle<WeakCell> weak_cell = in CheckPrototypes() local
507 Handle<WeakCell> weak_cell = in CheckPrototypes() local
688 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc241 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in GenerateCheckPropertyCell() local
479 Handle<WeakCell> weak_cell = in CheckPrototypes() local
500 Handle<WeakCell> weak_cell = in CheckPrototypes() local
665 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell); in CompileLoadGlobal() local
/external/v8/src/ic/
Dhandler-compiler.cc108 Handle<WeakCell> weak_cell(native_context->self_weak_cell(), isolate()); in FrontendHeader() local
129 Handle<WeakCell> weak_cell(native_context->self_weak_cell(), isolate()); in FrontendHeader() local
Dic.cc888 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in InitPrototypeChecks() local
911 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell); in InitPrototypeChecks() local
921 Handle<WeakCell> weak_cell = in InitPrototypeChecks() local
/external/v8/src/heap/
Dobjects-visiting-inl.h337 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(object); in VisitWeakCell() local
Dincremental-marking.cc628 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(weak_cell_obj); in ProcessWeakCells() local
Dmark-compact.cc2482 WeakCell* weak_cell = WeakCell::cast(weak_cell_obj); in ClearSimpleMapTransitions() local
2712 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(weak_cell_obj); in ClearWeakCells() local
2781 WeakCell* weak_cell = reinterpret_cast<WeakCell*>(weak_cell_obj); in AbortWeakCells() local
Dheap.h791 void set_encountered_weak_cells(Object* weak_cell) { in set_encountered_weak_cells()
/external/v8/src/builtins/
Dbuiltins-object.cc530 Node* weak_cell = in Generate_ObjectCreate() local
/external/v8/src/
Dcode-stub-assembler.cc1174 Node* CodeStubAssembler::LoadWeakCellValueUnchecked(Node* weak_cell) { in LoadWeakCellValueUnchecked()
1179 Node* CodeStubAssembler::LoadWeakCellValue(Node* weak_cell, Label* if_cleared) { in LoadWeakCellValue()
6555 Node* weak_cell = in LoadGlobalIC() local
Dfactory.cc840 Handle<WeakCell> weak_cell = NewWeakCell(context); in NewNativeContext() local
Dcode-stubs.cc2037 Node* weak_cell = assembler->HeapConstant(isolate()->factory()->NewWeakCell( in GenerateAssembly() local
Dobjects-inl.h5772 ACCESSORS(PrototypeInfo, weak_cell, Object, kWeakCellOffset) in ACCESSORS() argument
Dobjects.cc5233 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(map); in WeakCellForMap() local
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1461 void V8HeapExplorer::ExtractWeakCellReferences(int entry, WeakCell* weak_cell) { in ExtractWeakCellReferences()
/external/v8/src/x87/
Dcode-stubs-x87.cc2925 Register slot, Register weak_cell, in HandleMonomorphicStoreCase()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3107 Register slot, Register weak_cell, in HandleMonomorphicStoreCase()