Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h557 void UpdateMaxPushedArgumentCount(size_t count);
Dinstruction-selector.cc2923 void InstructionSelector::UpdateMaxPushedArgumentCount(size_t count) { in UpdateMaxPushedArgumentCount() function in v8::internal::compiler::InstructionSelector
2957 UpdateMaxPushedArgumentCount(buffer.pushed_nodes.size()); in VisitCall()
3040 UpdateMaxPushedArgumentCount(stack_param_delta); in VisitTailCall()