Searched refs:MegamorphicSentinel (Results 1 – 23 of 23) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.cc | 490 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 …]
|
D | type-feedback-vector-inl.h | 163 *TypeFeedbackVector::MegamorphicSentinel(GetIsolate()); in ComputeCounts() 236 Handle<Symbol> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
|
D | type-feedback-vector.h | 306 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 587 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()
|
D | interpreter.cc | 2547 __ HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate_)); in DoForInNext()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 1231 TypeFeedbackVector::MegamorphicSentinel(isolate)); in GenerateRecordCallTarget() 1373 __ Cmp(rcx, TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate() 1401 TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 1175 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/ |
D | code-stubs-ia32.cc | 1340 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/ |
D | full-codegen-x64.cc | 1076 TypeFeedbackVector::MegamorphicSentinel(isolate())); in VisitForInStatement()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1041 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1049 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1085 __ mov(r5, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1117 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1107 __ Mov(x10, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1116 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1118 __ mov(r2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1054 __ mov(r4, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 1635 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 1837 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 1775 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 1774 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 1729 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 1722 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|