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

/dalvik/vm/compiler/codegen/arm/
H A DArchFactory.cpp38 ArmLIR *exceptionLabel = (ArmLIR *) cUnit->blockLabelList; local
39 exceptionLabel += bb->taken->id;
40 branch->generic.target = (LIR *) exceptionLabel;
41 return exceptionLabel;
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp950 MipsLIR *exceptionLabel = (MipsLIR *) cUnit->blockLabelList; local
951 exceptionLabel += bb->taken->id;
952 branch->generic.target = (LIR *) exceptionLabel;
953 return exceptionLabel;

Completed in 53 milliseconds