Home
last modified time | relevance | path

Searched refs:OperandStackDepthDecrement (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.cc539 OperandStackDepthDecrement(1); in PopOperand()
544 OperandStackDepthDecrement(count); in DropOperands()
549 OperandStackDepthDecrement(Runtime::FunctionForId(id)->nargs); in CallRuntimeWithOperands()
559 void FullCodeGenerator::OperandStackDepthDecrement(int count) { in OperandStackDepthDecrement() function in v8::internal::FullCodeGenerator
575 OperandStackDepthDecrement(3); in EmitSubString()
590 OperandStackDepthDecrement(4); in EmitRegExpExec()
1475 OperandStackDepthDecrement(2); // Token and accumulator were on stack. in VisitTryFinallyStatement()
1758 OperandStackDepthDecrement(arg_count); in VisitCallRuntime()
Dfull-codegen.h382 void OperandStackDepthDecrement(int count);
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1795 OperandStackDepthDecrement(1); in EmitCreateIteratorResult()
2279 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2385 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2425 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2465 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2710 OperandStackDepthDecrement(argc + 1); in EmitCall()
2785 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1761 OperandStackDepthDecrement(1); in EmitCreateIteratorResult()
2282 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2387 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2427 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2467 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2711 OperandStackDepthDecrement(argc + 1); in EmitCall()
2786 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1769 OperandStackDepthDecrement(1); in EmitCreateIteratorResult()
2290 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2395 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2435 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2475 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2719 OperandStackDepthDecrement(argc + 1); in EmitCall()
2794 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1804 OperandStackDepthDecrement(2); in PopOperands()
2398 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2509 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2549 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2591 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2837 OperandStackDepthDecrement(argc + 1); in EmitCall()
2913 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1835 OperandStackDepthDecrement(2); in PopOperands()
2401 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2510 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2550 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2592 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2839 OperandStackDepthDecrement(argc + 1); in EmitCall()
2915 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc2291 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2404 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2444 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2487 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2735 OperandStackDepthDecrement(argc + 1); in EmitCall()
2823 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
3450 OperandStackDepthDecrement(2); in PopOperands()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1834 OperandStackDepthDecrement(2); in PopOperands()
2402 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2511 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2551 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2593 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2840 OperandStackDepthDecrement(argc + 1); in EmitCall()
2916 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1824 OperandStackDepthDecrement(2); in PopOperands()
2389 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2499 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2539 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2581 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2826 OperandStackDepthDecrement(argc + 1); in EmitCall()
2903 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1763 OperandStackDepthDecrement(2); in PopOperands()
2346 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
2454 OperandStackDepthDecrement(arg_count + 1); in EmitPossiblyEvalCall()
2493 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2534 OperandStackDepthDecrement(arg_count + 1); in EmitSuperConstructorCall()
2771 OperandStackDepthDecrement(argc + 1); in EmitCall()
2844 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()