Home
last modified time | relevance | path

Searched refs:CastOperand (Results 1 – 5 of 5) sorted by relevance

/tools/dexter/slicer/
Dbytecode_encoder.cc101 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegA()
102 : bytecode->CastOperand<VReg>(index)->reg; in GetRegA()
110 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegB()
111 : bytecode->CastOperand<VReg>(index)->reg; in GetRegB()
119 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegC()
120 : bytecode->CastOperand<VReg>(index)->reg; in GetRegC()
180 dex::u4 B = Trim_S0(bytecode->CastOperand<Const32>(1)->u.u4_value); in Visit()
188 dex::u4 B = Trim_S2(bytecode->CastOperand<Const32>(1)->u.u4_value); in Visit()
204 dex::u4 B = bytecode->CastOperand<Const32>(1)->u.u4_value; in Visit()
213 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit()
[all …]
Ddebuginfo_encoder.cc50 int line = dbg_annotation->CastOperand<LineNumber>(0)->line; in Visit()
75 auto reg = dbg_annotation->CastOperand<VReg>(0)->reg; in Visit()
76 auto name_index = dbg_annotation->CastOperand<String>(1)->index; in Visit()
77 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit()
85 auto reg = dbg_annotation->CastOperand<VReg>(0)->reg; in Visit()
86 auto name_index = dbg_annotation->CastOperand<String>(1)->index; in Visit()
87 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit()
88 auto sig_index = dbg_annotation->CastOperand<String>(3)->index; in Visit()
98 auto reg = dbg_annotation->CastOperand<VReg>(0)->reg; in Visit()
109 auto file_name = dbg_annotation->CastOperand<String>(0); in Visit()
Dinstrumentation.cc412 reg = bytecode->CastOperand<lir::VReg>(0)->reg; in Apply()
418 reg = bytecode->CastOperand<lir::VReg>(0)->reg; in Apply()
424 reg = bytecode->CastOperand<lir::VRegPair>(0)->base_reg; in Apply()
541 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in Apply()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h254 inline T* CastOperand(Operand* op) { in CastOperand() function
277 inline IndexedOperand* CastOperand<IndexedOperand>(Operand* op) {
317 T* CastOperand(int index) const { in CastOperand() function
318 return detail::CastOperand<T>(operands[index]); in CastOperand()
400 T* CastOperand(int index) const { in CastOperand() function
401 return detail::CastOperand<T>(operands[index]); in CastOperand()
/tools/dexter/dexter/
Dexperimental.cc88 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in StressWrapInvoke()
245 reg = bytecode->CastOperand<lir::VReg>(0)->reg; in StressExitHook()
251 reg = bytecode->CastOperand<lir::VReg>(0)->reg; in StressExitHook()
257 reg = bytecode->CastOperand<lir::VRegPair>(0)->base_reg; in StressExitHook()