Home
last modified time | relevance | path

Searched refs:PushTypeFlags (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h292 using PushTypeFlags = base::Flags<PushTypeFlag>; variable
294 static bool IsValidPush(InstructionOperand source, PushTypeFlags push_type);
304 PushTypeFlags push_type,
Dcode-generator.cc553 CodeGenerator::PushTypeFlags push_type) { in IsValidPush()
570 PushTypeFlags push_type, in GetPushCompatibleMoves()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc619 CodeGenerator::PushTypeFlags flags(kImmediatePush | kScalarPush); in AssembleTailCallBeforeGap()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1112 CodeGenerator::PushTypeFlags flags(kImmediatePush | kScalarPush); in AssembleTailCallBeforeGap()