Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt92 val bytecode = base64gzip( in Test rewriting the bytecode for one of the public annotations() constant
124 val bytecode = base64gzip( in Test rewriting the bytecode for one of the public annotations in a jar file() constant
/tools/dexter/slicer/
Ddex_bytecode.cc25 Opcode OpcodeFromBytecode(u2 bytecode) { in OpcodeFromBytecode()
104 size_t GetWidthFromBytecode(const u2* bytecode) { in GetWidthFromBytecode()
147 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction()
Dinstrumentation.cc32 void BoxValue(lir::Bytecode* bytecode, in BoxValue()
102 lir::Bytecode* bytecode = nullptr; in Apply() local
214 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()
388 auto bytecode = visitor.out; in Apply() local
519 auto bytecode = visitor.out; in Apply() local
599 virtual bool Visit(lir::Bytecode* bytecode) override { in Visit()
Dcontrol_flow_graph.cc40 bool BasicBlocksVisitor::Visit(Bytecode* bytecode) { in Visit()
Dbytecode_encoder.cc95 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()
/tools/dexter/dexter/
Dexperimental.cc68 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressWrapInvoke() local
180 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressEntryHook() local
228 auto bytecode = dynamic_cast<lir::Bytecode*>(instr); in StressExitHook() local
Ddissasembler.cc62 bool PrintCodeIrVisitor::Visit(lir::Bytecode* bytecode) { in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h83 virtual bool Visit(Bytecode* bytecode) { return false; } in Visit()