Searched refs:FIRST_FUNCTION_MAP_INDEX (Results 1 – 4 of 4) sorted by relevance
254 Context::FIRST_FUNCTION_MAP_INDEX + FunctionMapIndexBits::decode(flags()); in function_map_index()261 Context::FIRST_FUNCTION_MAP_INDEX + FunctionMapIndexBits::kMax); in set_function_map_index()262 DCHECK_LE(Context::FIRST_FUNCTION_MAP_INDEX, index); in set_function_map_index()264 index -= Context::FIRST_FUNCTION_MAP_INDEX; in set_function_map_index()
496 static const int FIRST_FUNCTION_MAP_INDEX = SLOPPY_FUNCTION_MAP_INDEX; variable
97 IntPtrConstant(Context::FIRST_FUNCTION_MAP_INDEX)); in TF_BUILTIN()
1072 DCHECK_GE(index, Context::FIRST_FUNCTION_MAP_INDEX); in GetFunctionMapFromIndex()