Searched refs:function_map_index (Results 1 – 10 of 10) sorted by relevance
211 const TNode<IntPtrT> function_map_index = Signed(IntPtrAdd( in TF_BUILTIN() local215 function_map_index, in TF_BUILTIN()222 CAST(LoadContextElement(native_context, function_map_index)); in TF_BUILTIN()
32 function_map_index: uint32: 5 bit;
502 DECL_INT_ACCESSORS(function_map_index)
372 int SharedFunctionInfo::function_map_index() const { in function_map_index() function
1597 shared_info->function_map_index())), in AsLanguageMode()
873 V(int, function_map_index) \
946 native_context().GetFunctionMapFromIndex(shared.function_map_index()); in ReduceJSCreateClosure()
953 CHECK_EQ(expected_map_index, function_map_index()); in SharedFunctionInfoVerify()
1624 os << "\n - function_map_index: " << function_map_index(); in SharedFunctionInfoPrint()
3998 Map::cast(context_->native_context().get(sfi_->function_map_index())), in PrepareMap()