Home | History | Annotate | Download | only in src

Lines Matching full:map_index

97   // function found in the optimized code map at map_index in js_function, if
98 // the function at map_index matches the given native_context. Builder is
104 HValue* map_index);
1868 HValue* map_index) {
1871 optimized_map, map_index, SharedFunctionInfo::kContextOffset);
1875 optimized_map, map_index, SharedFunctionInfo::kOsrAstIdOffset);
1877 optimized_map, map_index, SharedFunctionInfo::kCachedCodeOffset);
1888 map_index, SharedFunctionInfo::kLiteralsOffset);
2054 int map_index = Context::FunctionMapIndex(casted_stub()->language_mode(),
2061 native_context, nullptr, HObjectAccess::ForContextSlot(map_index));
2367 HValue* map_index = AddUncasted<HAdd>(
2370 map_index->ClearFlag(HValue::kCanOverflow);
2376 Add<HLoadKeyed>(cache_keys, map_index, nullptr, nullptr,