HomeSort by relevance Sort by last modified time
    Searched refs:IsProperty (Results 1 - 22 of 22) sorted by null

  /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 323 bool IsProperty() {
ic.cc 744 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
    [all...]
json-stringifier.h 359 if (!lookup.IsProperty()) return object;
typing.cc 399 if (expr->target()->IsProperty()) {
objects.cc 504 if (result->IsProperty()) {
525 if (r.IsProperty()) {
538 if (r.IsProperty()) {
566 if (result->IsProperty()) {
587 if (r.IsProperty()) {
831 Object* last = result->IsProperty()
858 if (!result->IsProperty()) {
    [all...]
hydrogen.cc     [all...]
runtime.cc     [all...]
api.cc     [all...]

Completed in 1380 milliseconds