Home
last modified time | relevance | path

Searched refs:MegamorphicSentinel (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.cc484 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(isolate), in ConfigureMegamorphic()
492 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(isolate), in ConfigureMegamorphicKeyed()
500 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(isolate), in ConfigureMegamorphicKeyed()
512 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
548 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
573 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
598 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
624 if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
672 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(GetIsolate()), in ConfigureMegamorphic()
1014 if (feedback == *TypeFeedbackVector::MegamorphicSentinel(GetIsolate())) { in GetKeyType()
[all …]
Dtype-feedback-vector-inl.h121 *TypeFeedbackVector::MegamorphicSentinel(GetIsolate()); in ComputeCounts()
148 Handle<Symbol> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
Dtype-feedback-vector.h293 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
/external/v8/src/interpreter/
Dinterpreter.cc1708 __ HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate_)); in DoForInNext()
/external/v8/src/x64/
Dcode-stubs-x64.cc1354 TypeFeedbackVector::MegamorphicSentinel(isolate)); in GenerateRecordCallTarget()
1512 __ Cmp(rcx, TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
1540 TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc1471 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget()
1628 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
1657 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc1180 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget()
1337 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
1366 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1037 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1029 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1099 __ Mov(x10, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1064 TypeFeedbackVector::MegamorphicSentinel(isolate())); in VisitForInStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1105 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1108 __ mov(r2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1040 __ mov(r4, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1069 __ mov(r5, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1104 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/heap/
Dheap.cc2818 Object* megamorphic = *TypeFeedbackVector::MegamorphicSentinel(isolate()); in CreateInitialObjects()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1979 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/s390/
Dcode-stubs-s390.cc1832 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc1822 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1886 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/mips/
Dcode-stubs-mips.cc1883 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/arm/
Dcode-stubs-arm.cc1760 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()