Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info-inl.h254 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()
/external/v8/src/
Dcontexts.h496 static const int FIRST_FUNCTION_MAP_INDEX = SLOPPY_FUNCTION_MAP_INDEX; variable
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc97 IntPtrConstant(Context::FIRST_FUNCTION_MAP_INDEX)); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-heap-broker.cc1072 DCHECK_GE(index, Context::FIRST_FUNCTION_MAP_INDEX); in GetFunctionMapFromIndex()