Searched defs:bytecode (Results 1 – 8 of 8) sorted by relevance
92 val bytecode = base64gzip( in Test rewriting the bytecode for one of the public annotations() constant124 val bytecode = base64gzip( in Test rewriting the bytecode for one of the public annotations in a jar file() constant
25 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()104 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()147 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
32 void BoxValue(lir::Bytecode* bytecode, in BoxValue()102 lir::Bytecode* bytecode = nullptr; in Apply() local214 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()388 auto bytecode = visitor.out; in Apply() local519 auto bytecode = visitor.out; in Apply() local599 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()
83 virtual bool Visit(Bytecode* bytecode) { return false; } in Visit()