Searched refs:PopVectorAndSlot (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/ic/
H A Dhandler-compiler.h51 void PopVectorAndSlot() { PopVectorAndSlot(vector(), slot()); } function in class:v8::internal::PropertyHandlerCompiler
52 void PopVectorAndSlot(Register vector, Register slot);
H A Dhandler-compiler.cc271 PopVectorAndSlot();
274 PopVectorAndSlot(scratch2(), scratch3());
489 PopVectorAndSlot();
511 PopVectorAndSlot();
521 PopVectorAndSlot();
543 if (need_save_restore) PopVectorAndSlot();
550 if (need_save_restore) PopVectorAndSlot();
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc119 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
544 PopVectorAndSlot();
557 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc28 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
575 PopVectorAndSlot();
590 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc67 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
545 PopVectorAndSlot();
558 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc114 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
530 PopVectorAndSlot();
543 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc114 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
530 PopVectorAndSlot();
543 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/ppc/
H A Dhandler-compiler-ppc.cc115 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
538 PopVectorAndSlot();
551 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc111 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
511 PopVectorAndSlot();
523 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc28 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
549 PopVectorAndSlot();
562 if (IC::ICUseVector(kind())) PopVectorAndSlot();
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc67 void PropertyHandlerCompiler::PopVectorAndSlot(Register vector, Register slot) { function in class:v8::internal::PropertyHandlerCompiler
545 PopVectorAndSlot();
558 if (IC::ICUseVector(kind())) PopVectorAndSlot();

Completed in 5192 milliseconds