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

/external/chromium_org/v8/src/
H A Druntime.cc167 bool* is_result_from_cache) {
207 *is_result_from_cache = true;
210 *is_result_from_cache = false;
240 bool is_result_from_cache = false; local
245 &is_result_from_cache);
259 !is_result_from_cache && boilerplate->HasFastProperties();
164 ComputeObjectLiteralMap( Handle<Context> context, Handle<FixedArray> constant_properties, bool* is_result_from_cache) argument

Completed in 78 milliseconds