Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc532 OperandStackDepthDecrement(1); in PopOperand()
537 OperandStackDepthDecrement(count); in DropOperands()
542 OperandStackDepthDecrement(Runtime::FunctionForId(id)->nargs); in CallRuntimeWithOperands()
552 void FullCodeGenerator::OperandStackDepthDecrement(int count) { in OperandStackDepthDecrement() function in v8::internal::FullCodeGenerator
568 OperandStackDepthDecrement(3); in EmitSubString()
1424 OperandStackDepthDecrement(arg_count); in VisitCallRuntime()
Dfull-codegen.h313 void OperandStackDepthDecrement(int count);
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1484 OperandStackDepthDecrement(1); in EmitCreateIteratorResult()
1813 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1853 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2074 OperandStackDepthDecrement(argc + 1); in EmitCall()
2149 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1511 OperandStackDepthDecrement(1); in EmitCreateIteratorResult()
1801 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1842 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2063 OperandStackDepthDecrement(argc + 1); in EmitCall()
2138 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1474 OperandStackDepthDecrement(1); in EmitCreateIteratorResult()
1803 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1843 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2064 OperandStackDepthDecrement(argc + 1); in EmitCall()
2139 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1525 OperandStackDepthDecrement(2); in PopOperands()
1889 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1929 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2151 OperandStackDepthDecrement(argc + 1); in EmitCall()
2228 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1842 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1882 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2107 OperandStackDepthDecrement(argc + 1); in EmitCall()
2195 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
2703 OperandStackDepthDecrement(2); in PopOperands()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1540 OperandStackDepthDecrement(2); in PopOperands()
1911 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1951 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2175 OperandStackDepthDecrement(argc + 1); in EmitCall()
2251 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1542 OperandStackDepthDecrement(2); in PopOperands()
1912 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1952 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2176 OperandStackDepthDecrement(argc + 1); in EmitCall()
2252 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1466 OperandStackDepthDecrement(2); in PopOperands()
1867 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1907 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2122 OperandStackDepthDecrement(argc + 1); in EmitCall()
2195 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1504 OperandStackDepthDecrement(2); in PopOperands()
1901 OperandStackDepthDecrement(arg_count + 1); in EmitCall()
1941 OperandStackDepthDecrement(arg_count + 1); in VisitCallNew()
2164 OperandStackDepthDecrement(argc + 1); in EmitCall()
2240 OperandStackDepthDecrement(arg_count + 1); in EmitCallJSRuntimeFunction()