/external/clang/include/clang/Sema/ |
AttributeList.h | 101 unsigned IsProperty : 1; 165 assert(IsProperty); 170 assert(IsProperty); 191 IsTypeTagForDatatype(false), IsProperty(false), NextInPosition(0), 211 IsTypeTagForDatatype(false), IsProperty(false), 231 IsTypeTagForDatatype(true), IsProperty(false), NextInPosition(NULL), 249 IsTypeTagForDatatype(false), IsProperty(false), NextInPosition(0), 265 IsTypeTagForDatatype(false), IsProperty(true), NextInPosition(0), 296 return IsProperty;
|
/external/clang/lib/Sema/ |
AttributeList.cpp | 26 else if (IsProperty)
|
/external/v8/src/ |
ic.cc | 175 Object* end = lookup->IsProperty() 440 if (lookup->IsProperty()) { 528 if (!lookup.IsProperty()) { 688 if (!lookup->IsProperty() || !lookup->IsCacheable()) return; [all...] |
property.h | 291 bool IsProperty() {
|
objects.cc | 304 if (result->IsProperty()) { 325 if (r.IsProperty()) { 338 if (r.IsProperty()) { 364 if (result->IsProperty()) { 385 if (r.IsProperty()) { 403 if (r.IsProperty()) { 583 Object* last = result->IsProperty() 608 if (!result->IsProperty()) { [all...] |
handles.cc | 732 if (descs->IsProperty(i) && !descs->IsDontEnum(i)) { [all...] |
bootstrapper.cc | [all...] |
runtime.cc | [all...] |
liveobjectlist.cc | 344 if (!result.IsProperty()) { [all...] |
stub-cache.cc | [all...] |
profile-generator.cc | [all...] |
objects-inl.h | [all...] |
objects.h | [all...] |
api.cc | [all...] |
/external/chromium_org/v8/src/ |
property.h | 330 bool IsProperty() {
|
json-stringifier.h | 359 if (!lookup.IsProperty()) return object;
|
objects.cc | 569 if (result->IsProperty()) { 593 if (r.IsProperty()) { 604 if (r.IsProperty()) { 628 if (result->IsProperty()) { 654 if (r.IsProperty()) { 891 Object* last = result->IsProperty() [all...] |
ic.cc | 768 if (!lookup->IsProperty() || !lookup->IsCacheable()) return; [all...] |
hydrogen.cc | [all...] |
runtime.cc | [all...] |
api.cc | [all...] |