HomeSort by relevance Sort by last modified time
    Searched full:is_double_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
lithium-allocator.h 326 bool IsDouble() const { return is_double_; }
395 bool is_double_; member in class:v8::internal::LiveRange
lithium-allocator.cc 134 is_double_(false),
153 is_double_ = (register_kind == DOUBLE_REGISTERS);
    [all...]
  /external/v8/src/
lithium-allocator.h 323 bool IsDouble() const { return is_double_; }
387 bool is_double_; member in class:v8::internal::LiveRange
lithium-allocator.cc 132 is_double_(false),
150 is_double_ = (register_kind == DOUBLE_REGISTERS);
    [all...]

Completed in 284 milliseconds