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

/external/v8/src/runtime/
H A Druntime-literals.cc20 bool* is_result_from_cache) {
24 context, number_of_properties, is_result_from_cache);
41 bool is_result_from_cache = false; local
43 &is_result_from_cache);
57 !is_result_from_cache && boilerplate->HasFastProperties();
17 ComputeObjectLiteralMap( Handle<Context> context, Handle<BoilerplateDescription> boilerplate_description, bool* is_result_from_cache) argument
/external/v8/src/
H A Dfactory.h773 bool* is_result_from_cache);
H A Dfactory.cc2601 bool* is_result_from_cache) {
2607 *is_result_from_cache = false;
2611 *is_result_from_cache = true;
2599 ObjectLiteralMapFromCache(Handle<Context> context, int number_of_properties, bool* is_result_from_cache) argument

Completed in 410 milliseconds