Searched refs:ArgumentsAdaptorFrameConstants (Results 1 - 22 of 22) sorted by relevance

/external/v8/src/ia32/
H A Dframes-ia32.h125 class ArgumentsAdaptorFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-ia32.cc462 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize;
H A Dbuiltins-ia32.cc1562 __ mov(ebx, Operand(ebp, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dcode-stubs-ia32.cc3239 __ mov(ecx, Operand(ebx, ArgumentsAdaptorFrameConstants::kLengthOffset));
3275 __ mov(ecx, Operand(edx, ArgumentsAdaptorFrameConstants::kLengthOffset));
3311 __ mov(ecx, Operand(edx, ArgumentsAdaptorFrameConstants::kLengthOffset));
3528 __ mov(ecx, Operand(edx, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dfull-codegen-ia32.cc2778 __ mov(eax, Operand(ebx, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dlithium-codegen-ia32.cc2582 ArgumentsAdaptorFrameConstants::kLengthOffset));
/external/v8/src/x64/
H A Dframes-x64.h115 class ArgumentsAdaptorFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-x64.cc349 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize;
H A Dbuiltins-x64.cc1582 __ movq(rbx, Operand(rbp, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dcode-stubs-x64.cc2294 __ movq(rcx, Operand(rbx, ArgumentsAdaptorFrameConstants::kLengthOffset));
2346 ArgumentsAdaptorFrameConstants::kLengthOffset));
2546 __ movq(rcx, Operand(rdx, ArgumentsAdaptorFrameConstants::kLengthOffset));
2578 __ movq(rcx, Operand(rdx, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dfull-codegen-x64.cc2671 __ movq(rax, Operand(rbx, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dlithium-codegen-x64.cc2539 ArgumentsAdaptorFrameConstants::kLengthOffset));
/external/v8/src/arm/
H A Dframes-arm.h164 class ArgumentsAdaptorFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-arm.cc371 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize;
H A Dcode-stubs-arm.cc4270 __ ldr(r0, MemOperand(r2, ArgumentsAdaptorFrameConstants::kLengthOffset));
4301 __ ldr(r2, MemOperand(r3, ArgumentsAdaptorFrameConstants::kLengthOffset));
4338 __ ldr(r2, MemOperand(r3, ArgumentsAdaptorFrameConstants::kLengthOffset));
4527 __ ldr(r1, MemOperand(r2, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dfull-codegen-arm.cc2841 __ ldr(r0, MemOperand(r2, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dlithium-codegen-arm.cc2794 MemOperand(result, ArgumentsAdaptorFrameConstants::kLengthOffset));
/external/v8/src/mips/
H A Dframes-mips.h233 class ArgumentsAdaptorFrameConstants : public AllStatic { class in namespace:v8::internal
H A Ddeoptimizer-mips.cc361 unsigned fixed_frame_size = ArgumentsAdaptorFrameConstants::kFrameSize;
H A Dcode-stubs-mips.cc4454 __ lw(a0, MemOperand(a2, ArgumentsAdaptorFrameConstants::kLengthOffset));
4486 __ lw(a2, MemOperand(a3, ArgumentsAdaptorFrameConstants::kLengthOffset));
4527 __ lw(a2, MemOperand(a3, ArgumentsAdaptorFrameConstants::kLengthOffset));
4736 __ lw(a1, MemOperand(a2, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dfull-codegen-mips.cc2861 __ lw(v0, MemOperand(a2, ArgumentsAdaptorFrameConstants::kLengthOffset));
H A Dlithium-codegen-mips.cc2680 MemOperand(result, ArgumentsAdaptorFrameConstants::kLengthOffset));

Completed in 324 milliseconds