HomeSort by relevance Sort by last modified time
    Searched refs:script_cache (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 111 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t
186 if (data->script_cache)
187 ScriptFreeCache (&data->script_cache);
348 &font_data->script_cache,
390 &font_data->script_cache,
  /external/v8/src/
debug.cc 663 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data); local
671 script_cache->Remove(reinterpret_cast<void*>(id), Hash(id));
672 script_cache->collected_scripts_.Add(id);
    [all...]

Completed in 65 milliseconds