Searched refs:VisitChangeInt32ToInt64 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | instruction-selector.cc | 582 return VisitChangeInt32ToInt64(node); in VisitNode() |
/external/v8/src/compiler/arm64/ | ||
D | instruction-selector-arm64.cc | 463 void InstructionSelector::VisitChangeInt32ToInt64(Node* node) { in VisitChangeInt32ToInt64() function in v8::internal::compiler::InstructionSelector |
/external/v8/src/compiler/x64/ | ||
D | instruction-selector-x64.cc | 507 void InstructionSelector::VisitChangeInt32ToInt64(Node* node) { in VisitChangeInt32ToInt64() function in v8::internal::compiler::InstructionSelector |