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

/external/v8/src/ic/
H A Dhandler-compiler.h49 void PushVectorAndSlot() { PushVectorAndSlot(vector(), slot()); } function in class:v8::internal::PropertyHandlerCompiler
50 void PushVectorAndSlot(Register vector, Register slot);
H A Dhandler-compiler.cc132 PushVectorAndSlot();
213 PushVectorAndSlot();
255 PushVectorAndSlot();
258 PushVectorAndSlot(scratch2(), scratch3());
444 PushVectorAndSlot();
541 if (need_save_restore) PushVectorAndSlot();
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc111 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
679 PushVectorAndSlot();
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc20 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
361 PushVectorAndSlot();
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc59 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
691 PushVectorAndSlot();
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc107 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
663 PushVectorAndSlot();
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc107 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
663 PushVectorAndSlot();
/external/v8/src/ic/ppc/
H A Dhandler-compiler-ppc.cc108 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
673 PushVectorAndSlot();
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc105 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
638 PushVectorAndSlot();
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc20 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
688 PushVectorAndSlot();
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc59 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
691 PushVectorAndSlot();

Completed in 89 milliseconds