• Home
  • Raw
  • Download

Lines Matching refs:frame_ptr

27   VARIABLE(frame_ptr, MachineType::PointerRepresentation());  in GetArgumentsFrameAndCount()
28 frame_ptr.Bind(LoadParentFramePointer()); in GetArgumentsFrameAndCount()
31 LoadBufferObject(frame_ptr.value(), in GetArgumentsFrameAndCount()
35 VariableList list({&frame_ptr, &argument_count}, zone()); in GetArgumentsFrameAndCount()
41 frame_ptr.value(), StandardFrameConstants::kCallerFPOffset, in GetArgumentsFrameAndCount()
59 frame_ptr.Bind(frame_ptr_above); in GetArgumentsFrameAndCount()
65 frame_ptr.value(), argument_count.value(), formal_parameter_count); in GetArgumentsFrameAndCount()
131 Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg, in ConstructParametersObjectFromArgs() argument
142 CodeStubArguments arguments(this, arg_count, frame_ptr, param_mode); in ConstructParametersObjectFromArgs()
158 Node* frame_ptr; in EmitFastNewRestParameter() local
165 std::tie(frame_ptr, argument_count, formal_parameter_count) = in EmitFastNewRestParameter()
186 array_map, frame_ptr, argument_count, formal_parameter_count, rest_count, in EmitFastNewRestParameter()
216 Node* frame_ptr; in EmitFastNewStrictArguments() local
223 std::tie(frame_ptr, argument_count, formal_parameter_count) = in EmitFastNewStrictArguments()
236 map, frame_ptr, argument_count, zero, argument_count, mode, in EmitFastNewStrictArguments()
263 Node* frame_ptr; in EmitFastNewSloppyArguments() local
274 std::tie(frame_ptr, argument_count, formal_parameter_count) = in EmitFastNewSloppyArguments()
318 CodeStubArguments arguments(this, argument_count, frame_ptr, mode); in EmitFastNewSloppyArguments()
381 map, frame_ptr, argument_count, zero, argument_count, mode, in EmitFastNewSloppyArguments()