Searched defs:bytecode (Results 1 – 6 of 6) sorted by relevance
25 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()147 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()751 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
64 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply() local99 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply() local166 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in Apply() local229 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()
40 bool BasicBlocksVisitor::Visit(Bytecode* bytecode) { in Visit()
95 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()
68 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke() local180 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook() local228 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook() local
62 bool PrintCodeIrVisitor::Visit(lir::Bytecode* bytecode) { in Visit()