Home
last modified time | relevance | path

Searched refs:parameters_count_with_receiver (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes.h1384 static UnoptimizedFrameInfo Precise(int parameters_count_with_receiver, in Precise() argument
1387 return {parameters_count_with_receiver, translation_height, is_topmost, in Precise()
1391 static UnoptimizedFrameInfo Conservative(int parameters_count_with_receiver, in Conservative() argument
1393 return {parameters_count_with_receiver, locals_count, false, true, in Conservative()
1408 UnoptimizedFrameInfo(int parameters_count_with_receiver,
Dframes.cc2500 UnoptimizedFrameInfo::UnoptimizedFrameInfo(int parameters_count_with_receiver, in UnoptimizedFrameInfo() argument
2523 pad_arguments ? ArgumentPaddingSlots(parameters_count_with_receiver) : 0; in UnoptimizedFrameInfo()
2526 (parameters_count_with_receiver + parameter_padding_slots) * in UnoptimizedFrameInfo()