Searched refs:IsValidPush (Results 1 – 2 of 2) sorted by relevance
294 static bool IsValidPush(InstructionOperand source, PushTypeFlags push_type);
552 bool CodeGenerator::IsValidPush(InstructionOperand source, in IsValidPush() function in v8::internal::compiler::CodeGenerator603 if (IsValidPush(source, push_type)) { in GetPushCompatibleMoves()