Searched refs:PushVectorAndSlot (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ic/ |
D | handler-compiler.cc | 137 PushVectorAndSlot(); in Frontend() 218 PushVectorAndSlot(); in CompileLoadNonexistent() 252 PushVectorAndSlot(); in InterceptorVectorSlotPush() 255 PushVectorAndSlot(scratch2(), scratch3()); in InterceptorVectorSlotPush() 430 PushVectorAndSlot(); in CompileStoreTransition() 528 if (need_save_restore) PushVectorAndSlot(); in CompileStoreField()
|
D | handler-compiler.h | 49 void PushVectorAndSlot() { PushVectorAndSlot(vector(), slot()); } in PushVectorAndSlot() function 50 void PushVectorAndSlot(Register vector, Register slot);
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 103 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 765 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/arm64/ |
D | handler-compiler-arm64.cc | 17 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 345 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/ppc/ |
D | handler-compiler-ppc.cc | 103 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 761 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/x64/ |
D | handler-compiler-x64.cc | 17 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 777 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/ia32/ |
D | handler-compiler-ia32.cc | 53 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 786 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/x87/ |
D | handler-compiler-x87.cc | 53 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 786 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 103 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 754 PushVectorAndSlot(); in CompileLoadGlobal()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 103 void PropertyHandlerCompiler::PushVectorAndSlot(Register vector, in PushVectorAndSlot() function in v8::internal::PropertyHandlerCompiler 754 PushVectorAndSlot(); in CompileLoadGlobal()
|