Home
last modified time | relevance | path

Searched refs:GetStackParameterCount (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dcode-stubs.h217 virtual int GetStackParameterCount() const { in GetStackParameterCount() function
218 return GetCallInterfaceDescriptor().GetStackParameterCount(); in GetStackParameterCount()
436 int GetStackParameterCount() const { in GetStackParameterCount() function
437 return call_descriptor().GetStackParameterCount(); in GetStackParameterCount()
555 int GetStackParameterCount() const override { in GetStackParameterCount() function
556 return GetCallInterfaceDescriptor().GetStackParameterCount(); in GetStackParameterCount()
Dcode-stubs-hydrogen.cc248 int total_params = interface_descriptor.GetStackParameterCount() + in GenerateRuntimeTailCall()
306 int parameter_count = descriptor.GetStackParameterCount(); in DoGenerateCode()
Dfast-accessor-assembler.cc187 DCHECK_EQ(0, descriptor.GetStackParameterCount()); in Call()
Dinterface-descriptors.h178 int GetStackParameterCount() const { in GetStackParameterCount() function
Ddeoptimizer.cc1922 int stack_param_count = descriptor.GetStackParameterCount(); in DoComputeCompiledStubFrame()
/external/v8/src/compiler/
Dcode-assembler.cc45 isolate, zone, descriptor, descriptor.GetStackParameterCount(), in CodeAssemblerState()
580 DCHECK_LE(descriptor.GetStackParameterCount(), stack_parameter_count); in REPEAT_1_TO_7()
598 isolate(), zone(), descriptor, descriptor.GetStackParameterCount(), in TailCallStub()
619 isolate(), zone(), descriptor, descriptor.GetStackParameterCount()); in REPEAT_1_TO_7()
Djs-call-reducer.cc400 cid.GetStackParameterCount() + argc + 1 /* implicit receiver */, in ReduceCallApiFunction()
Djs-generic-lowering.cc96 isolate(), zone(), descriptor, descriptor.GetStackParameterCount(), flags, in ReplaceWithStubCall()
Djs-native-context-specialization.cc1662 descriptor.GetStackParameterCount(), CallDescriptor::kNeedsFrameState, in BuildPropertyAccess()
2094 call_interface_descriptor.GetStackParameterCount() + argc + in InlineApiCall()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc2004 RecordPushedArgumentsDelta(-hinstr->descriptor().GetStackParameterCount()); in DoCallWithDescriptor()