Searched refs:MegamorphicSentinel (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | type-feedback-vector.h | 32 static inline Handle<Object> MegamorphicSentinel(Isolate* isolate);
|
D | type-feedback-vector-inl.h | 18 Handle<Object> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel() function
|
/external/v8/src/ic/ |
D | ic-inl.h | 216 if (feedback == *TypeFeedbackVector::MegamorphicSentinel(isolate())) { in FeedbackToState()
|
D | ic.cc | 1934 *TypeFeedbackVector::MegamorphicSentinel(isolate()), in PatchMegamorphic() 1966 *TypeFeedbackVector::MegamorphicSentinel(isolate()), in HandleMiss()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 1730 __ Cmp(rcx, TypeFeedbackVector::MegamorphicSentinel(isolate)); in GenerateRecordCallTarget() 1760 TypeFeedbackVector::MegamorphicSentinel(isolate)); in GenerateRecordCallTarget() 2107 __ Cmp(rcx, TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate() 2119 TypeFeedbackVector::MegamorphicSentinel(isolate)); in Generate()
|
D | full-codegen-x64.cc | 1153 TypeFeedbackVector::MegamorphicSentinel(isolate())); in VisitForInStatement()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 1551 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget() 1581 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget() 1917 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate() 1930 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
|
D | full-codegen-x87.cc | 1110 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 1865 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget() 1895 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in GenerateRecordCallTarget() 2231 __ cmp(ecx, Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate() 2244 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate))); in Generate()
|
D | full-codegen-ia32.cc | 1121 Immediate(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 2652 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
D | full-codegen-arm64.cc | 1183 __ Mov(x10, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 2509 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
D | full-codegen-mips64.cc | 1178 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 2477 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
D | full-codegen-mips.cc | 1183 __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 2345 DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), in GenerateRecordCallTarget()
|
D | full-codegen-arm.cc | 1196 __ mov(r2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); in VisitForInStatement()
|