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

  /external/chromium_org/v8/src/compiler/
machine-type.h 70 inline MachineType TypeOf(MachineType machine_type) {
js-operator.h 162 const Operator* TypeOf() { SIMPLE(JSTypeOf, Operator::kPure, 1, 1); }
  /external/chromium_org/v8/src/
hydrogen-instructions.h 163 V(Typeof) \
939 struct TypeOf {
940 explicit TypeOf(const HValue* const v) : value(v) {}
953 OStream& operator<<(OStream& os, const TypeOf& v);
    [all...]

Completed in 94 milliseconds