Searched defs:PushVectorAndSlot (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/ic/
H A Dhandler-compiler.h48 void PushVectorAndSlot() { PushVectorAndSlot(vector(), slot()); } function in class:v8::internal::PropertyHandlerCompiler
49 void PushVectorAndSlot(Register vector, Register slot);
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc111 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
660 PushVectorAndSlot();
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc20 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
347 PushVectorAndSlot();
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc59 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
683 PushVectorAndSlot();
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc107 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
640 PushVectorAndSlot();
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc107 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
640 PushVectorAndSlot();
/external/v8/src/ic/ppc/
H A Dhandler-compiler-ppc.cc108 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
660 PushVectorAndSlot();
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc105 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
628 PushVectorAndSlot();
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc20 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
659 PushVectorAndSlot();
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc59 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, function in class:v8::internal::PropertyHandlerCompiler
683 PushVectorAndSlot();

Completed in 416 milliseconds