Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc27 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()
106 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()
149 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
Dinstrumentation.cc36 void BoxValue(lir::Bytecode* bytecode, in BoxValue()
106 lir::Bytecode* bytecode = nullptr; in Apply() local
223 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()
397 auto bytecode = visitor.out; in Apply() local
531 auto bytecode = visitor.out; in Apply() local
611 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()
Dcontrol_flow_graph.cc39 bool BasicBlocksVisitor::Visit(Bytecode* bytecode) { in Visit()
Dbytecode_encoder.cc98 static dex::u4 GetRegA(const Bytecode* bytecode, int index) { in GetRegA()
107 static dex::u4 GetRegB(const Bytecode* bytecode, int index) { in GetRegB()
116 static dex::u4 GetRegC(const Bytecode* bytecode, int index) { in GetRegC()
128 bool BytecodeEncoder::Visit(Bytecode* bytecode) { in Visit()
/tools/dexter/dexter/
Dexperimental.cc69 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke() local
181 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook() local
229 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook() local
Ddisassembler.cc62 bool PrintCodeIrVisitor::Visit(lir::Bytecode* bytecode) { in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h85 virtual bool Visit(Bytecode* bytecode) { return false; } in Visit()