Searched refs:PopVectorAndSlot (Results 1 - 11 of 11) sorted by relevance
/external/v8/src/ic/ |
H A D | handler-compiler.h | 51 void PopVectorAndSlot() { PopVectorAndSlot(vector(), slot()); } function in class:v8::internal::PropertyHandlerCompiler 52 void PopVectorAndSlot(Register vector, Register slot);
|
H A D | handler-compiler.cc | 271 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 D | handler-compiler-arm.cc | 119 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 D | handler-compiler-arm64.cc | 28 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 D | handler-compiler-ia32.cc | 67 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 D | handler-compiler-mips.cc | 114 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 D | handler-compiler-mips64.cc | 114 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 D | handler-compiler-ppc.cc | 115 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 D | handler-compiler-s390.cc | 111 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 D | handler-compiler-x64.cc | 28 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 D | handler-compiler-x87.cc | 67 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