Home
last modified time | relevance | path

Searched refs:jsHeapSize (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/jsapp/
DJsApp.cpp36 jsHeapSize(0), in JsApp()
130 jsHeapSize = size; in SetJSHeapSize()
DJsApp.h71 uint32_t jsHeapSize; variable
/ide/tools/previewer/util/
DCommandParser.cpp33 jsHeapSize(MAX_JSHEAPSIZE), in CommandParser()
250 return jsHeapSize; in GetJsHeapSize()
356 jsHeapSize = static_cast<uint32_t>(size); in IsJsHeapValid()
358 ILOG("CommandParser js heap: %d", jsHeapSize); in IsJsHeapValid()
DCommandParser.h91 uint32_t jsHeapSize; variable
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp261 config.heapSize = jsHeapSize; in StartJsApp()