Searched refs:bcSize (Results 1 – 2 of 2) sorted by relevance
163 uint32_t bcSize = method->GetCodeSize(); in DecideCanBeInlined() local164 return (bcSize > 0 && bcSize < MAX_INLINED_BYTECODE_SIZE); // 0 is invalid in DecideCanBeInlined()
146 bool IsSmallMethod(size_t bcSize) const in IsSmallMethod() argument148 return bcSize <= maxInlineBytecodesCount_; in IsSmallMethod()