Searched defs:stackSize (Results 1 – 5 of 5) sorted by relevance
34 s8 stackSize = GET_ARG_LONG(args, 1); in Dalvik_java_lang_VMThread_create() local
1112 int stackSize; in dvmGetStackTrace() local1253 int stackSize; in logStackTraceOf() local
1400 int stackSize; in dvmCreateInterpThread() local
79 unsigned int stackSize; member
34 bool dvmInitInterpStack(Thread* thread, int stackSize) in dvmInitInterpStack()