/external/v8/src/full-codegen/ |
D | full-codegen.cc | 379 codegen()->DropOperands(count); in DropAndPlug() 385 codegen()->DropOperands(count); in DropAndPlug() 393 codegen()->DropOperands(count); in DropAndPlug() 400 codegen()->DropOperands(1); in PlugTOS() 543 void FullCodeGenerator::DropOperands(int count) { in DropOperands() function in v8::internal::FullCodeGenerator 1578 DropOperands(1); in VisitClassLiteral() 1654 DropOperands(TryBlockConstant::kElementCount); in ExitTryBlock()
|
D | full-codegen.h | 364 void DropOperands(int count);
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 554 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 932 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1112 DropOperands(5); in VisitForInStatement() 1381 DropOperands(3); in VisitObjectLiteral() 1468 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 535 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 908 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1077 DropOperands(5); in VisitForInStatement() 1343 DropOperands(3); in VisitObjectLiteral() 1432 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 538 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 916 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1085 DropOperands(5); in VisitForInStatement() 1351 DropOperands(3); in VisitObjectLiteral() 1440 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 569 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 938 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1129 DropOperands(5); in VisitForInStatement() 1401 DropOperands(3); in VisitObjectLiteral() 1492 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 579 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 971 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1158 DropOperands(5); in VisitForInStatement() 1432 DropOperands(3); in VisitObjectLiteral() 1524 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 577 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 969 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1147 DropOperands(5); in VisitForInStatement() 1415 DropOperands(3); in VisitObjectLiteral() 1507 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 580 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 972 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1157 DropOperands(5); in VisitForInStatement() 1431 DropOperands(3); in VisitObjectLiteral() 1523 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 587 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 974 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1158 DropOperands(5); in VisitForInStatement() 1430 DropOperands(3); in VisitObjectLiteral() 1523 DropOperands(3); in VisitObjectLiteral()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 561 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug() 909 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement() 1098 DropOperands(5); in VisitForInStatement() 1363 DropOperands(3); in VisitObjectLiteral() 1454 DropOperands(3); in VisitObjectLiteral()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 763 void DropOperands();
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 828 void DropOperands();
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 584 N->DropOperands(); in DeleteNodeNotInCSEMaps() 4788 void SDNode::DropOperands() { in DropOperands() function in SDNode 5646 DropOperands(); in ~HandleSDNode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 643 N->DropOperands(); in DeleteNodeNotInCSEMaps() 5826 void SDNode::DropOperands() { in DropOperands() function in SDNode 6706 DropOperands(); in ~HandleSDNode()
|