Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoExtractor.cpp131 size_t string_pool_size = 1; in ExtractFromSource() local
141 string_pool_size += 5; // insert "root\0" for #rs_export_foreach_name in ExtractFromSource()
144 string_pool_size += getMetadataStringLength<2>(pragma); in ExtractFromSource()
145 string_pool_size += getMetadataStringLength<1>(export_var); in ExtractFromSource()
146 string_pool_size += getMetadataStringLength<1>(export_func); in ExtractFromSource()
147 string_pool_size += getMetadataStringLength<1>(export_foreach_name); in ExtractFromSource()
150 string_pool_size += SHA1_DIGEST_LENGTH; in ExtractFromSource()
151 string_pool_size += strlen(compileCommandLineToEmbed) + 1; in ExtractFromSource()
152 string_pool_size += strlen(buildFingerprintToEmbed) + 1; in ExtractFromSource()
155 result = new (std::nothrow) RSInfo(string_pool_size); in ExtractFromSource()
[all …]