Searched refs:num_const (Results 1 – 3 of 3) sorted by relevance
138 my $num_const = 0;148 $num_const++;154 if ($#entries > 1 && $num_const > 0 && $num_not_const > 0) {
146 int num_const = d.ConstantPoolSizeAt(pc); in DecodeIt() local147 if (num_const >= 0) { in DecodeIt()151 constants = num_const; in DecodeIt()
378 int num_const = d.ConstantPoolSizeAt(pc); in CheckCodeForUnsafeLiteral() local379 if (num_const >= 0) { in CheckCodeForUnsafeLiteral()380 pc += (num_const + 1) * kPointerSize; in CheckCodeForUnsafeLiteral()