Home | History | Annotate | Download | only in src

Lines Matching defs:map_index

84   // function found in the optimized code map at map_index in js_function, if
85 // the function at map_index matches the given native_context. Builder is
91 HValue* map_index);
1302 HValue* map_index) {
1305 optimized_map, map_index, SharedFunctionInfo::kContextOffset);
1307 optimized_map, map_index, SharedFunctionInfo::kOsrAstIdOffset);
1313 map_index, SharedFunctionInfo::kCachedCodeOffset);
1316 map_index, SharedFunctionInfo::kLiteralsOffset);
1463 int map_index = Context::FunctionMapIndex(casted_stub()->strict_mode(),
1471 HObjectAccess::ForContextSlot(map_index));
1841 HValue* map_index = AddUncasted<HAdd>(
1844 map_index->ClearFlag(HValue::kCanOverflow);
1850 Add<HLoadKeyed>(cache_keys, map_index, static_cast<HValue*>(NULL),