HomeSort by relevance Sort by last modified time
    Searched refs:NAMED (Results 1 - 9 of 9) 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.
codegen-arm.cc 402 // (such as the variable referring to a named function expression).
649 ref->set_type(Reference::NAMED);
656 // property. Global variables are treated as named property references.
659 ref->set_type(Reference::NAMED);
    [all...]
  /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...]
codegen-ia32.cc 361 // (such as the variable referring to a named function expression).
633 // variable named 'arguments'.
689 ref->set_type(Reference::NAMED);
696 // property. Global variables are treated as named property references.
704 ref->set_type(Reference::NAMED);
    [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.
codegen-x64.cc 711 // named 'arguments' has been introduced.
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /build/core/
cleanspec.mk 20 # 2. REMOVE ALL FILES NAMED CleanSpec.mk.

Completed in 756 milliseconds