Home
last modified time | relevance | path

Searched refs:InferSwap (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.h285 static Type InferSwap(InstructionOperand* source,
Dcode-generator.cc588 CodeGenerator::MoveType::Type CodeGenerator::MoveType::InferSwap( in InferSwap() function in v8::internal::compiler::CodeGenerator::MoveType
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2702 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc3416 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3342 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc4493 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()