Lines Matching refs:DexOffset
45 typedef uint32_t DexOffset; // Dex offset in code units. typedef
242 DexOffset vaddr; // Dalvik offset of parent opcode.
523 LIRSlowPath(Mir2Lir* m2l, const DexOffset dexpc, LIR* fromfast,
548 const DexOffset current_dex_pc_;
655 DexOffset GetCurrentDexPc() const { in GetCurrentDexPc()
676 LIR* RawLIR(DexOffset dalvik_offset, int opcode, int op0 = 0, int op1 = 0,
693 void MarkBoundary(DexOffset offset, const char* inst_str);
709 virtual LIR* InsertCaseLabel(DexOffset vaddr, int keyVal);
1322 virtual void GenFillArrayData(DexOffset table_offset, RegLocation rl_src) = 0;
1366 void GenPackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
1367 void GenSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
1371 virtual void GenSmallPackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
1372 virtual void GenSmallSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src);
1374 virtual void GenLargePackedSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) = 0;
1375 virtual void GenLargeSparseSwitch(MIR* mir, DexOffset table_offset, RegLocation rl_src) = 0;
1562 void SetCurrentDexPc(DexOffset dexpc) { in SetCurrentDexPc()
1709 DexOffset current_dalvik_offset_;