Searched refs:PopVectorAndSlot (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ic/ |
D | handler-compiler.cc | 268 PopVectorAndSlot(); in InterceptorVectorSlotPop() 271 PopVectorAndSlot(scratch2(), scratch3()); in InterceptorVectorSlotPop() 475 PopVectorAndSlot(); in CompileStoreTransition() 497 PopVectorAndSlot(); in CompileStoreTransition() 507 PopVectorAndSlot(); in CompileStoreTransition() 530 if (need_save_restore) PopVectorAndSlot(); in CompileStoreField() 537 if (need_save_restore) PopVectorAndSlot(); in CompileStoreField()
|
D | handler-compiler.h | 51 void PopVectorAndSlot() { PopVectorAndSlot(vector(), slot()); } in PopVectorAndSlot() function 52 void PopVectorAndSlot(Register vector, Register slot);
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 111 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 569 PopVectorAndSlot(); in FrontendFooter() 582 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 25 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 617 PopVectorAndSlot(); in FrontendFooter() 632 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/ppc/ |
D | handler-compiler-ppc.cc | 110 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 567 PopVectorAndSlot(); in FrontendFooter() 580 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 25 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 574 PopVectorAndSlot(); in FrontendFooter() 587 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 61 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 575 PopVectorAndSlot(); in FrontendFooter() 588 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 61 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 575 PopVectorAndSlot(); in FrontendFooter() 588 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 110 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 559 PopVectorAndSlot(); in FrontendFooter() 572 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 110 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { in PopVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 559 PopVectorAndSlot(); in FrontendFooter() 572 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
|