Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h294 static bool IsValidPush(InstructionOperand source, PushTypeFlags push_type);
Dcode-generator.cc552 bool CodeGenerator::IsValidPush(InstructionOperand source, in IsValidPush() function in v8::internal::compiler::CodeGenerator
603 if (IsValidPush(source, push_type)) { in GetPushCompatibleMoves()