Home | History | Annotate | Download | only in oatdump

Lines Matching refs:kMaxCodeSize

773   static constexpr uint32_t kMaxCodeSize = 100 * 1000;
953 } else if (code_size > kMaxCodeSize) {
958 code_size, kMaxCodeSize,