Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h255 static bool IsValidPush(InstructionOperand source, PushTypeFlags push_type);
Dcode-generator.cc481 bool CodeGenerator::IsValidPush(InstructionOperand source, in IsValidPush() function in v8::internal::compiler::CodeGenerator
533 if (IsValidPush(source, push_type)) { in GetPushCompatibleMoves()