Lines Matching defs:Put
956 void Put(SlotKind slot_kind, Variable* variable, int slot_index) {
959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) {
962 void Put(SlotKind slot_kind, int variable_index, const AstRawString* name,
966 void Put(SlotKind slot_kind, const AstRawString* name, int slot_index) {
3108 // It is safe to use [[Put]] here because the boilerplate already
7224 feedback_slot_cache()->Put(slot_kind, variable, feedback_index(slot));
7239 feedback_slot_cache()->Put(slot_kind, variable, feedback_index(slot));
7261 feedback_slot_cache()->Put(slot_kind, proxy->var()->index(), name,
7279 feedback_slot_cache()->Put(slot_kind, name, feedback_index(slot));
7301 feedback_slot_cache()->Put(slot_kind, proxy->var()->index(), name,
7314 feedback_slot_cache()->Put(slot_kind, literal, index);