Searched refs:argBlockLength (Results 1 – 2 of 2) sorted by relevance
36 AppRuntime(char* argBlockStart, const size_t argBlockLength) in AppRuntime() argument37 : AndroidRuntime(argBlockStart, argBlockLength) in AppRuntime()
243 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) : in AndroidRuntime() argument246 mArgBlockLength(argBlockLength) in AndroidRuntime()