Searched refs:IsProperty (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/
H A Dic.cc144 Object* end = lookup->IsProperty()
415 if (lookup->IsProperty()) {
505 if (!lookup.IsProperty()) {
714 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
944 if (!lookup.IsProperty()) {
953 lookup.IsProperty() &&
1014 if (lookup.IsProperty() && lookup.type() == INTERCEPTOR) {
1056 } else if (!lookup->IsProperty()) {
1235 if (!lookup.IsProperty()) {
1246 if (lookup.IsProperty()
[all...]
H A Dobjects.cc258 if (result->IsProperty()) {
281 if (r.IsProperty()) {
294 if (r.IsProperty()) {
320 if (result->IsProperty()) {
341 if (r.IsProperty()) {
359 if (r.IsProperty()) {
503 Object* last = result->IsProperty() ? result->holder() : heap->null_value();
524 if (!result->IsProperty()) {
1815 if (result->IsProperty()) {
2003 if (result->IsProperty()) retur
[all...]
H A Dproperty.h249 bool IsProperty() { function in class:v8::internal::BASE_EMBEDDED
H A Dast.cc704 } else if (lookup.IsProperty() && lookup.type() == CONSTANT_FUNCTION) {
718 ASSERT(lookup->IsProperty() &&
H A Dhandles.cc436 descriptors->IsProperty(0)) {
885 if (descs->IsProperty(i) && !descs->IsDontEnum(i)) {
H A Dbootstrapper.cc1031 ASSERT(lookup.IsProperty() && (lookup.type() == FIELD));
1035 ASSERT(lookup.IsProperty() && (lookup.type() == FIELD));
1107 ASSERT(lookup.IsProperty() && (lookup.type() == FIELD));
1963 if (result.IsProperty()) continue;
1999 if (result.IsProperty()) continue;
H A Druntime.cc695 if (!result->IsProperty()) {
728 ASSERT(result->IsProperty());
761 if (result->IsProperty()) {
904 if (!result.IsProperty()) {
1101 if (lookup.IsProperty()) {
1168 if (lookup.IsProperty() &&
1184 if (lookup.IsProperty() && (lookup.type() != INTERCEPTOR)) {
1301 if (lookup.IsProperty() && (lookup.type() == CALLBACKS)) {
1347 if (lookup.IsProperty()) {
1432 if (!lookup.IsProperty()) {
[all...]
H A Dstub-cache.cc1687 if (!lookup->IsProperty()) {
1861 if (!lookup->IsProperty() || !lookup->IsCacheable() ||
H A Dhydrogen-instructions.cc1197 if (lookup.IsProperty() && lookup.type() == FIELD) {
H A Dhydrogen.cc2920 if (!lookup->IsProperty() ||
3606 if (lookup.IsProperty() && lookup.type() == FIELD) {
3612 } else if (lookup.IsProperty() && lookup.type() == CONSTANT_FUNCTION) {
5112 if (lookup.IsProperty() &&
H A Dobjects.h182 bool IsProperty() { function in class:v8::internal::BASE_EMBEDDED
2091 inline bool IsProperty(int descriptor_number);
H A Dliveobjectlist.cc342 if (!result.IsProperty()) {
H A Dobjects-inl.h1752 bool DescriptorArray::IsProperty(int descriptor_number) {
H A Dapi.cc2802 if (!lookup->IsProperty()) {
/external/v8/src/arm/
H A Dstub-cache-arm.cc1314 if (lookup->IsProperty() && lookup->IsCacheable()) {
H A Dlithium-codegen-arm.cc2298 ASSERT(lookup.IsProperty() && lookup.type() == FIELD);
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc1175 if (lookup->IsProperty() && lookup->IsCacheable()) {
H A Dlithium-codegen-ia32.cc2158 ASSERT(lookup.IsProperty() && lookup.type() == FIELD);
/external/v8/src/x64/
H A Dstub-cache-x64.cc1147 if (lookup->IsProperty() && lookup->IsCacheable()) {
H A Dlithium-codegen-x64.cc2168 ASSERT(lookup.IsProperty() && lookup.type() == FIELD);

Completed in 312 milliseconds