Searched defs:bytecode (Results 1 – 7 of 7) sorted by relevance
27 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()106 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()149 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
36 void BoxValue(lir::Bytecode* bytecode, in BoxValue()106 lir::Bytecode* bytecode = nullptr; in Apply() local223 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()397 auto bytecode = visitor.out; in Apply() local531 auto bytecode = visitor.out; in Apply() local611 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()
39 bool BasicBlocksVisitor::Visit(Bytecode* bytecode) { in Visit()
98 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()
69 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke() local181 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook() local229 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook() local
62 bool PrintCodeIrVisitor::Visit(lir::Bytecode* bytecode) { in Visit()
85 virtual bool Visit(Bytecode* bytecode) { return false; } in Visit()