Home
last modified time | relevance | path

Searched defs:stack_parameter_count (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dframe-states.cc144 int stack_parameter_count = in CreateStubBuiltinContinuationFrameState() local
175 int stack_parameter_count, Node* outer_frame_state, in CreateJavaScriptBuiltinContinuationFrameState()
214 const int stack_parameter_count = arraysize(stack_parameters); in CreateGenericLazyDeoptContinuationFrameState() local
Dlinkage.cc386 int stack_parameter_count, CallDescriptor::Flags flags, in GetStubCallDescriptor()
482 int stack_parameter_count) { in GetBytecodeDispatchCallDescriptor()
Djs-intrinsic-lowering.cc397 int stack_parameter_count, in Change()
Dcode-assembler.cc973 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in CallStubN() local
1060 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in TailCallStubThenBytecodeDispatchImpl() local
Djs-call-reducer.cc7704 int stack_parameter_count = arraysize(stack_parameters); in ReduceNumberConstructor() local
/external/v8/src/execution/
Dframes.h1454 uint32_t stack_parameter_count() const { return stack_parameter_count_; } in stack_parameter_count() function