Searched refs:instr (Results 1 – 13 of 13) sorted by relevance
250 Instruction* instr = nullptr; in DissasembleBytecode() local253 instr = DecodePackedSwitch(ptr, offset); in DissasembleBytecode()257 instr = DecodeSparseSwitch(ptr, offset); in DissasembleBytecode()261 instr = DecodeArrayData(ptr, offset); in DissasembleBytecode()265 instr = DecodeBytecode(ptr, offset); in DissasembleBytecode()269 instr->offset = offset; in DissasembleBytecode()270 instructions.push_back(instr); in DissasembleBytecode()281 FixupPackedSwitch(fixup.second.instr, fixup.second.base_offset, in FixupSwitches()287 FixupSparseSwitch(fixup.second.instr, fixup.second.base_offset, in FixupSwitches()364 auto& instr = packed_switches_[offset].instr; in DecodePackedSwitch() local[all …]
93 bool BasicBlocksVisitor::HandleAnnotation(Instruction* instr) { in HandleAnnotation() argument95 StartBlock(instr); in HandleAnnotation()100 bool BasicBlocksVisitor::SkipInstruction(Instruction* instr) { in SkipInstruction() argument102 EndBlock(instr->prev); in SkipInstruction()107 void BasicBlocksVisitor::StartBlock(Instruction* instr) { in StartBlock() argument108 assert(instr != nullptr); in StartBlock()112 current_block_.region.first = instr; in StartBlock()117 void BasicBlocksVisitor::EndBlock(Instruction* instr) { in EndBlock() argument118 assert(instr != nullptr); in EndBlock()122 current_block_.region.last = instr; in EndBlock()[all …]
64 for (auto instr : instructions_) { in Encode() local65 if (instr->IsA<TryBlockEnd>()) { in Encode()91 for (auto instr : instructions_) { in Encode() local92 instr->Accept(this); in Encode()
441 auto& instr = packed_switches_[offset_]; in Visit() local442 SLICER_CHECK(instr == nullptr); in Visit()443 instr = packed_switch; in Visit()465 auto& instr = sparse_switches_[offset_]; in Visit() local466 SLICER_CHECK(instr == nullptr); in Visit()467 instr = sparse_switch; in Visit()550 auto instr = packed_switches_[payload_offset]; in FixupPackedSwitch() local551 SLICER_CHECK(instr != nullptr); in FixupPackedSwitch()559 auto label = instr->targets[i]; in FixupPackedSwitch()567 auto instr = sparse_switches_[payload_offset]; in FixupSparseSwitch() local[all …]
63 for (auto instr : code_ir->instructions) { in Apply() local64 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply()98 for (auto instr : code_ir->instructions) { in Apply() local99 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply()165 for (auto instr : code_ir->instructions) { in Apply() local166 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply()286 for (auto instr : code_ir->instructions) { in RegsRenumbering() local287 instr->Accept(&visitor); in RegsRenumbering()
133 for (auto instr : instructions_) { in Encode() local134 instr->Accept(this); in Encode()
71 bool HandleAnnotation(Instruction* instr);72 bool SkipInstruction(Instruction* instr);75 void StartBlock(Instruction* instr);78 void EndBlock(Instruction* instr);
67 auto instr = *it++; in StressWrapInvoke() local68 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke()179 for (auto instr : code_ir.instructions) { in StressEntryHook() local180 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook()227 for (auto instr : code_ir.instructions) { in StressExitHook() local228 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook()398 for (auto instr = block.region.first; instr != nullptr; instr = instr->next) { in CodeCoverage() local399 trace_point = dynamic_cast<lir::Bytecode*>(instr); in CodeCoverage()400 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
41 void PrintCodeIrVisitor::StartInstruction(const lir::Instruction* instr) { in StartInstruction() argument46 if (instr == current_block.region.first) { in StartInstruction()51 void PrintCodeIrVisitor::EndInstruction(const lir::Instruction* instr) { in EndInstruction() argument56 if (instr == current_block.region.last) { in EndInstruction()
55 void StartInstruction(const lir::Instruction* instr);56 void EndInstruction(const lir::Instruction* instr);
185 InstrumentationTest instr = new InstrumentationTest(); in runInstrumentationTest() local186 instr.setDevice(getDevice()); in runInstrumentationTest()187 instr.setPackageName(getTestPackage()); in runInstrumentationTest()188 instr.setRunnerName(getTestRunner()); in runInstrumentationTest()189 instr.setClassName(getTestClass()); in runInstrumentationTest()190 instr.setTestTimeout(getTestTimeoutMs()); in runInstrumentationTest()191 instr.setShellTimeout(getShellTimeoutMs()); in runInstrumentationTest()192 instr.setLogcatOnFailure(mLogcatOnFailure); in runInstrumentationTest()193 instr.setRunName(getRuKey()); in runInstrumentationTest()194 instr.setRerunMode(false); in runInstrumentationTest()[all …]
META-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...
... Resource resource int total org.jacoco.core.instr.Instrumenter instrumenter java.util.Iterator resourceIterator private ...