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

/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc146 Handle<Map> last_map; local
149 last_map = IC::TypeToMap(*type(), isolate());
152 DCHECK(last_map->prototype() == isolate()->heap()->null_value());
155 last_map = handle(holder()->map());
158 if (last_map->is_dictionary_map()) {
159 if (last_map->IsJSGlobalObjectMap()) {

Completed in 300 milliseconds