HomeSort by relevance Sort by last modified time
    Searched refs:BitSetComputer (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-utils.cc 79 TEST(BitSetComputer) {
80 typedef BitSetComputer<bool, 1, kSmiValueSize, uint32_t> BoolComputer;
98 typedef BitSetComputer<unsigned char, 2, 8, unsigned char> TwoBits;
  /external/v8/src/
type-feedback-vector.h 216 typedef BitSetComputer<FeedbackVectorSlotKind, kFeedbackVectorSlotKindBits,
utils.h 328 // BitSetComputer is a help template for encoding and decoding information for
332 // typedef BitSetComputer<bool, 1, kSmiValueSize, uint32_t> BoolComputer;
335 class BitSetComputer {
    [all...]

Completed in 102 milliseconds