Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_code

593   Object* maybe_code = elements->get(index + 2);
594 if (maybe_code->IsSmi()) {
595 return Smi::cast(maybe_code)->value();
597 Code* code = Code::cast(maybe_code);