HomeSort by relevance Sort by last modified time
    Searched refs:property_cell (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-global-object-specialization.cc 89 Handle<PropertyCell> property_cell = it.GetPropertyCell();
90 PropertyDetails property_details = property_cell->property_details();
91 Handle<Object> property_cell_value(property_cell->value(), isolate());
106 dependencies()->AssumePropertyCell(property_cell);
140 jsgraph()->HeapConstant(property_cell), effect, control);
170 Handle<PropertyCell> property_cell = it.GetPropertyCell();
171 PropertyDetails property_details = property_cell->property_details();
172 Handle<Object> property_cell_value(property_cell->value(), isolate());
183 dependencies()->AssumePropertyCell(property_cell);
193 dependencies()->AssumePropertyCell(property_cell);
    [all...]
  /external/v8/src/
code-stub-assembler.cc 4506 Node* property_cell = local
6560 Node* property_cell = LoadWeakCellValue(weak_cell, &try_handler); local
    [all...]

Completed in 81 milliseconds