Searched defs:NAMED (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/arm/ |
H A D | codegen-arm.h | 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 }; enumerator in enum:v8::internal::BASE_EMBEDDED::Type 80 bool is_property() const { return type_ == NAMED || type_ == KEYED; }
|
/external/v8/src/ia32/ |
H A D | codegen-ia32.h | 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 }; enumerator in enum:v8::internal::BASE_EMBEDDED::Type 80 bool is_property() const { return type_ == NAMED || type_ == KEYED; }
|
/external/v8/src/x64/ |
H A D | codegen-x64.h | 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 }; enumerator in enum:v8::internal::BASE_EMBEDDED::Type 81 bool is_property() const { return type_ == NAMED || type_ == KEYED; }
|
/external/expat/lib/ |
H A D | xmlparse.c | 93 } NAMED; typedef in typeref:struct:__anon2112 96 NAMED **v; 129 NAMED **p; 130 NAMED **end; 398 static NAMED * 406 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 5854 static NAMED * 5865 tsize = table->size * sizeof(NAMED *); 5866 table->v = (NAMED **)table->mem->malloc_fcn(tsize); 5894 size_t tsize = newSize * sizeof(NAMED *); [all...] |
Completed in 95 milliseconds