Searched defs:bcSize (Results 1 – 4 of 4) sorted by relevance
51 size_t bcSize; member
46 void JITStats::EndCompilationWithStats(const std::string &methodName, bool isOsr, size_t bcSize, si… in EndCompilationWithStats()76 size_t bcSize; member
85 bool IsSmallMethod(size_t bcSize) const in IsSmallMethod()
173 auto bcSize = bcBuilder_->GetLastBcIndex() + 1; // 1: +1 pcOffsets size in AnalyzeLiveness() local