Searched refs:argBlockStart (Results 1 – 3 of 3) sorted by relevance
37 AppRuntime(char* argBlockStart, const size_t argBlockLength) in AppRuntime() argument38 : AndroidRuntime(argBlockStart, argBlockLength) in AppRuntime()
37 AndroidRuntime(char* argBlockStart, size_t argBlockSize);
238 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) : in AndroidRuntime() argument240 mArgBlockStart(argBlockStart), in AndroidRuntime()