Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc19 bool is_strong, bool* is_result_from_cache) { in ComputeObjectLiteralMap() argument
33 context, number_of_properties, is_strong, is_result_from_cache); in ComputeObjectLiteralMap()
51 bool is_result_from_cache = false; in CreateObjectLiteralBoilerplate() local
57 &is_result_from_cache); in CreateObjectLiteralBoilerplate()
71 !is_result_from_cache && boilerplate->HasFastProperties(); in CreateObjectLiteralBoilerplate()
/external/v8/src/
Dfactory.h652 bool* is_result_from_cache);
Dfactory.cc2305 bool* is_result_from_cache) { in ObjectLiteralMapFromCache() argument
2311 *is_result_from_cache = false; in ObjectLiteralMapFromCache()
2316 *is_result_from_cache = true; in ObjectLiteralMapFromCache()