Searched refs:Bytecode (Results 1 – 10 of 10) sorted by relevance
68 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke()107 auto new_call = code_ir.Alloc<lir::Bytecode>(); in StressWrapInvoke()173 auto call = code_ir.Alloc<lir::Bytecode>(); in StressEntryHook()180 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook()228 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook()266 auto call = code_ir.Alloc<lir::Bytecode>(); in StressExitHook()280 auto move_result = code_ir.Alloc<lir::Bytecode>(); in StressExitHook()402 trace_point = dynamic_cast<lir::Bytecode*>(instr); in CodeCoverage()410 auto opcode = static_cast<lir::Bytecode*>(trace_point)->opcode; in CodeCoverage()418 auto load_block_id = code_ir.Alloc<lir::Bytecode>(); in CodeCoverage()[all …]
33 virtual bool Visit(lir::Bytecode* bytecode) override;
62 bool PrintCodeIrVisitor::Visit(lir::Bytecode* bytecode) { in Visit()
25 lir::Bytecode* out = nullptr;26 bool Visit(lir::Bytecode* bytecode) { in Visit()69 auto hook_invoke = code_ir->Alloc<lir::Bytecode>(); in Apply()153 auto hook_invoke = code_ir->Alloc<lir::Bytecode>(); in Apply()167 auto move_result = code_ir->Alloc<lir::Bytecode>(); in Apply()264 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()365 auto move = code_ir->Alloc<lir::Bytecode>(); in ShiftParams()
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()
40 bool BasicBlocksVisitor::Visit(Bytecode* bytecode) { in Visit()
451 Bytecode* CodeIr::DecodeBytecode(const dex::u2* ptr, dex::u4 offset) { in DecodeBytecode()454 auto instr = Alloc<Bytecode>(); in DecodeBytecode()
51 struct Bytecode;83 virtual bool Visit(Bytecode* bytecode) { return false; } in Visit()300 struct Bytecode : public Instruction { struct441 Bytecode* DecodeBytecode(const dex::u2* ptr, dex::u4 offset);
55 bool Visit(Bytecode* bytecode) override;
42 virtual bool Visit(Bytecode* bytecode) override;