Home
last modified time | relevance | path

Searched refs:kArrayProtectorValid (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Disolate.h957 static const int kArrayProtectorValid = 1; variable
Disolate.cc2431 Smi::cast(no_elements_cell->value())->value() == kArrayProtectorValid; in IsFastArrayConstructorPrototypeChainIntact()
/external/v8/src/heap/
Dheap.cc2868 cell->set_value(Smi::FromInt(Isolate::kArrayProtectorValid)); in CreateInitialObjects()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3009 Smi::FromInt(Isolate::kArrayProtectorValid)); in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3045 __ cmp(result, Operand(Smi::FromInt(Isolate::kArrayProtectorValid))); in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3330 __ Cmp(result, Operand(Smi::FromInt(Isolate::kArrayProtectorValid))); in DoLoadKeyedFixed()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2938 Immediate(Smi::FromInt(Isolate::kArrayProtectorValid))); in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2979 Operand(Smi::FromInt(Isolate::kArrayProtectorValid))); in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3210 Immediate(Smi::FromInt(Isolate::kArrayProtectorValid))); in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3155 Operand(Smi::FromInt(Isolate::kArrayProtectorValid))); in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3213 __ CmpSmiLiteral(result, Smi::FromInt(Isolate::kArrayProtectorValid), r0); in DoShiftI()