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

  /external/v8/src/
ic.cc 347 if (lookup->IsProperty()) {
426 if (!lookup.IsProperty()) {
496 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
646 if (!lookup.IsProperty()) {
656 lookup.IsProperty() &&
683 if (lookup.IsProperty() && lookup.type() == INTERCEPTOR) {
705 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
859 if (!lookup.IsProperty()) {
870 if (lookup.IsProperty() && lookup.type() == INTERCEPTOR) {
    [all...]
fast-codegen.cc 223 if (!lookup.IsProperty()) {
287 if (!lookup.IsProperty()) {
325 if (!lookup.IsProperty()) {
590 ASSERT(lookup.IsProperty());
property.h 230 bool IsProperty() {
objects.cc 222 if (result->IsProperty()) {
245 if (r.IsProperty()) {
258 if (r.IsProperty()) {
283 if (result->IsProperty()) {
304 if (r.IsProperty()) {
322 if (r.IsProperty()) {
458 Object* last = result->IsProperty() ? result->holder() : Heap::null_value();
479 if (!result->IsProperty()) {
    [all...]
bootstrapper.cc 784 ASSERT(lookup.IsProperty() && (lookup.type() == FIELD));
788 ASSERT(lookup.IsProperty() && (lookup.type() == FIELD));
    [all...]
handles.cc 332 descriptors->IsProperty(0)) {
659 if (descs->IsProperty(i) && !descs->IsDontEnum(i)) {
runtime.cc 565 if (!result->IsProperty()) {
594 if (!result.IsProperty())
756 if (lookup.IsProperty()) {
807 if (lookup.IsProperty()) {
    [all...]
stub-cache.cc     [all...]
objects.h 160 bool IsProperty() {
    [all...]
objects-inl.h     [all...]
api.cc     [all...]
  /external/v8/src/ia32/
fast-codegen-ia32.cc 223 if (!lookup.IsProperty()) {
287 if (!lookup.IsProperty()) {
325 if (!lookup.IsProperty()) {
793 ASSERT(lookup.IsProperty());
stub-cache-ia32.cc 326 if (lookup->IsProperty() && lookup->IsCacheable()) {
487 if (!lookup->IsProperty() || !lookup->IsCacheable()) return;
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 582 if (lookup->IsProperty() && lookup->IsCacheable()) {
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 402 if (lookup->IsProperty() && lookup->IsCacheable()) {
    [all...]

Completed in 337 milliseconds