/tools/dexter/slicer/export/slicer/ |
D | debuginfo_encoder.h | 36 explicit DebugInfoEncoder(const InstructionsList& instructions) in DebugInfoEncoder() argument 37 : instructions_(instructions) { in DebugInfoEncoder()
|
D | bytecode_encoder.h | 32 explicit BytecodeEncoder(const InstructionsList& instructions) in BytecodeEncoder() argument 33 : instructions_(instructions) { in BytecodeEncoder()
|
D | writer.h | 228 void WriteInstructions(slicer::ArrayView<const dex::u2> instructions);
|
D | dex_ir.h | 232 slicer::ArrayView<const dex::u2> instructions; member
|
/tools/dexter/slicer/ |
D | code_ir.cc | 45 BytecodeEncoder bytecode_encoder(instructions); in Assemble() 50 DebugInfoEncoder dbginfo_encoder(instructions); in Assemble() 55 TryBlocksEncoder try_blocks_encoder(instructions); in Assemble() 240 const dex::u2* begin = ir_code->instructions.begin(); in DissasembleBytecode() 241 const dex::u2* end = ir_code->instructions.end(); in DissasembleBytecode() 270 instructions.push_back(instr); in DissasembleBytecode() 277 const dex::u2* begin = ir_method->code->instructions.begin(); in FixupSwitches() 294 static void MergeInstructions(I_LIST& instructions, const E_LIST& extra) { in MergeInstructions() argument 302 auto instrIt = instructions.begin(); in MergeInstructions() 306 if (instrIt == instructions.end() || in MergeInstructions() [all …]
|
D | instrumentation.cc | 63 for (auto instr : code_ir->instructions) { in Apply() 68 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply() 98 for (auto instr : code_ir->instructions) { in Apply() 141 code_ir->instructions.InsertBefore(bytecode, hook_invoke); in Apply() 154 code_ir->instructions.InsertBefore(bytecode, move_result); in Apply() 165 for (auto instr : code_ir->instructions) { in Apply() 286 for (auto instr : code_ir->instructions) { in RegsRenumbering() 327 auto first_instr = code_ir->instructions.begin(); in ShiftParams() 353 code_ir->instructions.insert(first_instr, move); in ShiftParams()
|
D | control_flow_graph.cc | 133 for (auto instr : code_ir->instructions) { in CreateBasicBlocks()
|
D | writer.cc | 815 void Writer::WriteInstructions(slicer::ArrayView<const dex::u2> instructions) { in WriteInstructions() argument 816 SLICER_CHECK(!instructions.empty()); in WriteInstructions() 818 auto offset = dex_->code.Push(instructions); in WriteInstructions() 820 dex::u2* const end = ptr + instructions.size(); in WriteInstructions() 959 dex_code.insns_size = irCode->instructions.size(); in WriteCode() 964 WriteInstructions(irCode->instructions); in WriteCode()
|
D | reader.cc | 716 ir_code->instructions = in ExtractCode() 721 ParseInstructions(ir_code->instructions); in ExtractCode()
|
D | bytecode_encoder.cc | 630 ir_code->instructions = slicer::ArrayView<const dex::u2>( in Encode()
|
/tools/dexter/dexter/ |
D | experimental.cc | 65 auto it = code_ir.instructions.begin(); in StressWrapInvoke() 66 while (it != code_ir.instructions.end()) { in StressWrapInvoke() 111 code_ir.instructions.InsertBefore(bytecode, new_call); in StressWrapInvoke() 120 code_ir.instructions.Remove(bytecode); in StressWrapInvoke() 179 for (auto instr : code_ir.instructions) { in StressEntryHook() 184 code_ir.instructions.InsertBefore(bytecode, call); in StressEntryHook() 227 for (auto instr : code_ir.instructions) { in StressExitHook() 270 code_ir.instructions.InsertBefore(bytecode, call); in StressExitHook() 283 code_ir.instructions.InsertBefore(bytecode, move_result); in StressExitHook() 419 code_ir.instructions.InsertBefore(trace_point, load_block_id); in CodeCoverage() [all …]
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 81 For more details and instructions on how to create new test finders, 89 For more details and instructions on how to create new test runners, [go here](./develop_test_runne…
|
D | develop_test_runners.md | 30 > follow the same instructions for ```vendorsetup.sh``` in
|
D | develop_test_finders.md | 35 > follow the same instructions for ```vendorsetup.sh``` in
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/tradefederation/core/atest/ |
D | README.md | 6 **For instructions on writing tests [go here](https://android.googlesource.com/platform/platform_te…
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GATT_PTS_INSTRUCTIONS | 32 #Potential new instructions for SIG testcase rewrite
|