Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/
Ddex_bytecode.cc25 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()
147 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()
751 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
Dinstrumentation.cc64 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply() local
99 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply() local
166 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply() local
229 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()
Dcontrol_flow_graph.cc40 bool BasicBlocksVisitor::Visit(Bytecode* bytecode) { in Visit()
Dbytecode_encoder.cc95 static dex::u4 GetRegA(const Bytecode* bytecode, int index) { in GetRegA()
104 static dex::u4 GetRegB(const Bytecode* bytecode, int index) { in GetRegB()
113 static dex::u4 GetRegC(const Bytecode* bytecode, int index) { in GetRegC()
125 bool BytecodeEncoder::Visit(Bytecode* bytecode) { in Visit()
/tools/dexter/dexter/
Dexperimental.cc68 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke() local
180 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook() local
228 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook() local
Ddissasembler.cc62 bool PrintCodeIrVisitor::Visit(lir::Bytecode* bytecode) { in Visit()