Searched refs:MegamorphicSentinel (Results 1 – 23 of 23) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.cc | 484 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 …]
|
D | type-feedback-vector-inl.h | 121 *TypeFeedbackVector::MegamorphicSentinel(GetIsolate()); in ComputeCounts() 148 Handle<Symbol> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
|
D | type-feedback-vector.h | 293 static inline Handle<Symbol> MegamorphicSentinel(Isolate* isolate);
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 1708 __ HeapConstant(TypeFeedbackVector::MegamorphicSentinel(isolate_)); in DoForInNext()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 1354 TypeFeedbackVector::MegamorphicSentinel(isolate)); in GenerateRecordCallTarget() 1512 __ Cmp(rcx, TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate() 1540 TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 1471 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/ |
D | code-stubs-x87.cc | 1180 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/ |
D | full-codegen-ia32.cc | 1037 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1029 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1099 __ Mov(x10, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1064 TypeFeedbackVector::MegamorphicSentinel(isolate())); in VisitForInStatement()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1105 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1108 __ mov(r2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1040 __ mov(r4, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1069 __ mov(r5, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1104 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/heap/ |
D | heap.cc | 2818 Object* megamorphic = *TypeFeedbackVector::MegamorphicSentinel(isolate()); in CreateInitialObjects()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 1979 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 1832 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 1822 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 1886 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 1883 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 1760 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|