Home
last modified time | relevance | path

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

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