Home | History | Annotate | Download | only in interpreter

Lines Matching defs:string_init

937   bool string_init = false;
942 string_init = true;
969 DCHECK_EQ(string_init ? number_of_inputs - 1 : number_of_inputs, code_item->ins_size_);
989 if (UNLIKELY(string_init)) {
996 } // else ... don't need to change num_regs since it comes up from the string_init's code item
1053 DCHECK(!string_init); // All StringFactory methods are static.
1132 if (string_init && !self->IsExceptionPending()) {