Lines Matching refs:CodeSize
4589 return reinterpret_cast<Code*>(this)->CodeSize();6904 int size = CodeSize();6945 int Code::CodeSize() { return SizeFor(body_size()); }