Home
last modified time | relevance | path

Searched refs:num_const (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/
Ddetect-mismatched-virtual-const138 my $num_const = 0;
148 $num_const++;
154 if ($#entries > 1 && $num_const > 0 && $num_not_const > 0) {
/external/v8/src/
Ddisassembler.cc146 int num_const = d.ConstantPoolSizeAt(pc); in DecodeIt() local
147 if (num_const >= 0) { in DecodeIt()
151 constants = num_const; in DecodeIt()
/external/v8/test/cctest/
Dtest-compiler.cc378 int num_const = d.ConstantPoolSizeAt(pc); in CheckCodeForUnsafeLiteral() local
379 if (num_const >= 0) { in CheckCodeForUnsafeLiteral()
380 pc += (num_const + 1) * kPointerSize; in CheckCodeForUnsafeLiteral()