Lines Matching refs:ZoneList
357 ZoneList<LMoveOperands>* move_operands() { return &move_operands_; }
362 ZoneList<LMoveOperands> move_operands_;
373 const ZoneList<LOperand*>* GetNormalizedOperands() {
393 ZoneList<LOperand*> pointer_operands_;
394 ZoneList<LOperand*> untagged_operands_;
437 const ZoneList<LOperand*>* values() const { return &values_; }
534 ZoneList<LOperand*> values_;
539 ZoneList<uint32_t> object_mapping_;
645 const ZoneList<LInstruction*>* instructions() const { return &instructions_; }
651 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; }
656 const ZoneList<Handle<SharedFunctionInfo>>& inlined_functions() const {
698 ZoneList<LInstruction*> instructions_;
699 ZoneList<LPointerMap*> pointer_maps_;
700 ZoneList<Handle<SharedFunctionInfo>> inlined_functions_;
701 ZoneList<Handle<Map>> deprecation_dependencies_;
702 ZoneList<Handle<Map>> stability_dependencies_;
742 ZoneList<HValue*>* objects_to_materialize);
744 ZoneList<HValue*>* objects_to_materialize,