Searched defs:DexOffset (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.h45 typedef uint32_t DexOffset; // Dex offset in code units. typedef in namespace:art
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 {
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_offse
[all...]

Completed in 35 milliseconds