Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.cc490 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(isolate), in ConfigureMegamorphic()
498 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(isolate), in ConfigureMegamorphicKeyed()
506 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(isolate), in ConfigureMegamorphicKeyed()
518 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
554 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
579 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
604 } else if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
630 if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate)) { in StateFromFeedback()
682 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(GetIsolate()), in ConfigureMegamorphic()
690 SetFeedback(*TypeFeedbackVector::MegamorphicSentinel(GetIsolate()), in ConfigureMegamorphic()
[all …]
Dtype-feedback-vector-inl.h163 *TypeFeedbackVector::MegamorphicSentinel(GetIsolate()); in ComputeCounts()
236 Handle<Symbol> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
Dtype-feedback-vector.h306 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
/external/v8/src/interpreter/
Dinterpreter-assembler.cc587 HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in CallJSWithFeedback()
675 HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate())), in CallJSWithFeedback()
764 HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in CallConstruct()
842 HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate())), in CallConstruct()
Dinterpreter.cc2547 __ HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate_)); in DoForInNext()
/external/v8/src/x64/
Dcode-stubs-x64.cc1231 TypeFeedbackVector::MegamorphicSentinel(isolate)); in GenerateRecordCallTarget()
1373 __ Cmp(rcx, TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
1401 TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc1175 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget()
1324 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
1353 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc1340 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget()
1489 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
1518 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1076 TypeFeedbackVector::MegamorphicSentinel(isolate())); in VisitForInStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1041 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1049 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1085 __ mov(r5, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1117 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1107 __ Mov(x10, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1116 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1118 __ mov(r2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1054 __ mov(r4, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
/external/v8/src/arm/
Dcode-stubs-arm.cc1635 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1837 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1775 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/mips/
Dcode-stubs-mips.cc1774 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/s390/
Dcode-stubs-s390.cc1729 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc1722 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()