Home | History | Annotate | Download | only in ic

Lines Matching defs:weak_cell

1526   Node* weak_cell = LoadFixedArrayElement(vector, slot, 0, slot_mode);
1527 CSA_ASSERT(this, HasInstanceType(weak_cell, WEAK_CELL_TYPE));
1529 // Load value or try handler case if the {weak_cell} is cleared.
1530 Node* property_cell = LoadWeakCellValue(weak_cell, try_handler);