HomeSort by relevance Sort by last modified time
    Searched defs:IsDouble (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
type-info.h 158 inline bool IsDouble() {
property-details.h 115 return (IsDouble() && other.IsDouble()) ||
116 (!IsDouble() && !other.IsDouble());
126 if (IsHeapObject()) return other.IsDouble() || other.IsNone();
147 bool IsDouble() const { return kind_ == kDouble; }
lithium-allocator.h 326 bool IsDouble() const { return is_double_; }
  /external/v8/src/
type-info.h 158 inline bool IsDouble() {
lithium-allocator.h 323 bool IsDouble() const { return is_double_; }
hydrogen-instructions.h 318 bool IsDouble() const { return kind_ == kDouble; }
    [all...]
  /art/runtime/verifier/
reg_type.h 53 virtual bool IsDouble() const { return false; }
536 bool IsDouble() const {

Completed in 507 milliseconds