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

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2844 static u8 findSparseSwitchIndex(const u2* switchData, int testVal, uintptr_t pc) function
2939 LOAD_FUNC_ADDR(cUnit, r4PC, (int)findSparseSwitchIndex);
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2918 static u8 findSparseSwitchIndex(const u2* switchData, int testVal) function
3023 LOAD_FUNC_ADDR(cUnit, r_T9, (int)findSparseSwitchIndex);

Completed in 35 milliseconds