/art/tools/ |
D | stream-trace-converter.py | 63 def Copy(input, output, length): argument 78 def ProcessDataHeader(self, input, body): argument 114 def ProcessMethod(self, input): argument 120 def ProcessThread(self, input): argument 127 def ProcessTraceSummary(self, input): argument 133 def ProcessSpecial(self, input): argument 144 def Process(self, input, body): argument
|
/art/compiler/optimizing/ |
D | licm.cc | 34 for (const HInstruction* input : instruction->GetInputs()) { in InputsAreDefinedBeforeLoop() local 47 HInstruction* input = environment->GetInstructionAt(i); in InputsAreDefinedBeforeLoop() local 70 HInstruction* input = environment->GetInstructionAt(i); in UpdateLoopPhisIn() local
|
D | nodes_x86.h | 72 HInstruction* input, in HX86FPNeg() 96 HInstruction* input, in HX86PackedSwitch()
|
D | graph_checker.cc | 413 HInstruction* input = input_record.GetInstruction(); in VisitInstruction() local 553 HInstruction* input = check->InputAt(1); in VisitCheckCast() local 565 HInstruction* input = instruction->InputAt(1); in VisitInstanceOf() local 735 HInstruction* input = input_records[i].GetInstruction(); in VisitPhi() local 791 HInstruction* input = input_records[i].GetInstruction(); in VisitPhi() local 867 HInstruction* input = instruction->InputAt(input_index); in HandleBooleanInput() local
|
D | nodes_vector.h | 206 HInstruction* input, in HVecUnaryOperation() 305 inline static bool HasConsistentPackedTypes(HInstruction* input, DataType::Type type) { in HasConsistentPackedTypes() 351 HInstruction* input, in HVecExtractScalar() 390 HInstruction* input, in HVecReduce() 424 HInstruction* input, in HVecCnv() 449 HInstruction* input, in HVecNeg() 471 HInstruction* input, in HVecAbs() 493 HInstruction* input, in HVecNot()
|
D | nodes_mips.h | 46 HInstruction* input, in HMipsPackedSwitch()
|
D | dead_code_elimination.cc | 103 static bool HasInput(HCondition* instruction, HInstruction* input) { in HasInput() 350 HInstruction* input = phi->InputAt(i); in SimplifyIfs() local
|
D | pretty_printer.h | 47 for (const HInstruction* input : inputs) { in PrintPostInstruction() local
|
D | ssa_phi_elimination.cc | 78 HPhi* input = raw_input->AsPhi(); in MarkDeadPhis() local
|
D | ssa_liveness_analysis.cc | 111 HInstruction* input = inputs[i]; in RecursivelyProcessInputs() local 163 HInstruction* input = phi->InputAt(phi_input_index); in ComputeLiveRanges() local
|
D | ssa_builder.cc | 187 HInstruction* input = inputs[i]; in TypeInputsOfPhi() local 462 HInstruction* input = new_instance->InputAt(0); in RemoveRedundantUninitializedStrings() local
|
D | prepare_for_register_allocation.cc | 230 bool PrepareForRegisterAllocation::CanMoveClinitCheck(HInstruction* input, in CanMoveClinitCheck()
|
D | instruction_simplifier.cc | 562 bool InstructionSimplifierVisitor::CanEnsureNotNullAt(HInstruction* input, HInstruction* at) const { in CanEnsureNotNullAt() 742 static bool CmpHasBoolType(HInstruction* input, HInstruction* cmp) { in CmpHasBoolType() 819 HInstruction* input = bool_not->InputAt(0); in VisitBooleanNot() local 1000 HInstruction* input = instruction->InputAt(0); in VisitArrayLength() local 1137 HInstruction* input = instruction->GetInput(); in VisitTypeConversion() local 1780 HInstruction* input = instruction->GetInput(); in VisitNeg() local 1825 HInstruction* input = instruction->GetInput(); in VisitNot() local
|
D | register_allocation_resolver.cc | 191 HInstruction* input = phi->InputAt(i); in Resolve() local 525 void RegisterAllocationResolver::AddInputMoveFor(HInstruction* input, in AddInputMoveFor()
|
/art/libartbase/base/ |
D | transform_iterator_test.cc | 45 std::vector<ValueHolder> input({ 1, 7, 3, 8 }); in TEST() local 148 std::list<ValueHolder> input({ 2, 3, 5, 7, 11 }); in TEST() local 212 std::forward_list<ValueHolder> input({ 1, 1, 2, 3, 5, 8 }); in TEST() local 250 std::vector<ValueHolder> input({ 7, 3, 1, 2, 4, 8 }); in TEST() local 343 std::vector<ValueHolder> input({ 7, 3, 1, 2, 4, 8 }); in TEST() local 411 std::vector<ValueHolder> input({ 7, 3, 1, 2, 4, 8 }); in TEST() local
|
D | transform_array_ref_test.cc | 42 std::vector<ValueHolder> input({ 7, 6, 4, 0 }); in TEST() local 83 std::vector<ValueHolder> input({ 4, 4, 5, 7, 10 }); in TEST() local 119 std::vector<ValueHolder> input({ 1, 0, 1, 0, 3, 1 }); in TEST() local
|
/art/runtime/ |
D | indenter_test.cc | 26 std::ostream input(&indent_filter); in TEST() local
|
/art/test/517-checker-builder-fallthrough/src/ |
D | Main.java | 21 public static int runTest(int input) throws Exception { in runTest()
|
/art/test/468-checker-bool-simplif-regression/src/ |
D | Main.java | 21 public static boolean runTest(boolean input) throws Exception { in runTest()
|
/art/test/633-checker-rtp-getclass/src/ |
D | Main.java | 36 public static int $noinline$runSmaliTest(String name, Main input) { in $noinline$runSmaliTest()
|
/art/tools/cpp-define-generator/ |
D | main.cc | 28 std::string to_upper(std::string input) { in to_upper()
|
/art/test/093-serialization/src/ |
D | Main.java | 59 static void checkStream(byte[] input) throws IOException { in checkStream()
|
/art/test/593-checker-boolean-2-integral-conv/src/ |
D | Main.java | 178 public static long $noinline$runSmaliTest(String name, boolean input) { in $noinline$runSmaliTest()
|
/art/test/910-methods/src/art/ |
D | Test910.java | 169 Class<?>[] input = new Class<?>[count + 1]; in createProxyClass() local
|
/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
D | Fuzzer.java | 388 DexRandomAccessFile input = new DexRandomAccessFile(inputName, "r"); in loadProgram() local
|