Home | History | Annotate | Download | only in src

Lines Matching refs:CodeSize

4419   return reinterpret_cast<Code*>(this)->CodeSize();
6540 int size = CodeSize();
6580 int Code::CodeSize() { return SizeFor(body_size()); }