Searched defs:kInt32 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dinstruction.h657 enum Type { kInt32, kInt64, kFloat64, kExternalReference, kHeapObject }; enumerator in enum:v8::internal::compiler::FINAL::Type
659 explicit Constant(int32_t v) : type_(kInt32), value_(v) {}
670 DCHECK_EQ(kInt32, type());
675 if (type() == kInt32) return ToInt32();
681 if (type() == kInt32) return ToInt32();

Completed in 74 milliseconds