Home
last modified time | relevance | path

Searched refs:jsHeapSize (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.cpp35 jsHeapSize(0), in JsApp()
131 jsHeapSize = size; in SetJSHeapSize()
H A DJsApp.h152 uint32_t jsHeapSize; member in JsApp
/ide/tools/previewer/util/
H A DCommandParser.cpp32 jsHeapSize(MAX_JSHEAPSIZE), in CommandParser()
268 return jsHeapSize; in GetJsHeapSize()
390 jsHeapSize = static_cast<uint32_t>(size); in IsJsHeapValid()
392 ILOG("CommandParser js heap: %d", jsHeapSize); in IsJsHeapValid()
H A DCommandParser.h135 uint32_t jsHeapSize; member in CommandParser::ScreenMode
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp231 config.heapSize = jsHeapSize; in StartJsApp()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp504 EXPECT_EQ(JsAppImpl::GetInstance().jsHeapSize, size); in TEST_F()

Completed in 5 milliseconds