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

  /external/v8/src/arm/
codegen-arm.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
80 bool is_property() const { return type_ == NAMED || type_ == KEYED; }
83 // Return the name. Only valid for named property references.
  /external/v8/src/ia32/
codegen-ia32.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
80 bool is_property() const { return type_ == NAMED || type_ == KEYED; }
83 // Return the name. Only valid for named property references.
    [all...]
  /external/v8/src/x64/
codegen-x64.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
81 bool is_property() const { return type_ == NAMED || type_ == KEYED; }
84 // Return the name. Only valid for named property references.
  /external/expat/lib/
xmlparse.c 93 } NAMED;
96 NAMED **v;
129 NAMED **p;
130 NAMED **end;
398 static NAMED *
406 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
    [all...]

Completed in 40 milliseconds