Home
last modified time | relevance | path

Searched defs:downcast (Results 1 – 6 of 6) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstructionListIterator.java168 List<BasicBlock> blocksToRemove, DexType downcast); in inlineInvoke()
DBasicBlockInstructionIterator.java335 List<BasicBlock> blocksToRemove, DexType downcast) { in inlineInvoke()
/external/libevent/
Dbufferevent_pair.c64 #define downcast(bev_pair) (&(bev_pair)->bev.bev) macro
Dbufferevent_filter.c120 #define downcast(bev_f) (&(bev_f)->bev.bev) macro
/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveSchedulerTest.java104 List<BasicBlock> blocksToRemove, DexType downcast) { in inlineInvoke()
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DInliner.java310 DexType downcast = null; in performInlining() local