Searched refs:constructor_function_index (Results 1 – 3 of 3) sorted by relevance
366 Node* constructor_function_index = LoadMapConstructorFunctionIndex(map); in TF_BUILTIN() local367 GotoIf(WordEqual(constructor_function_index, in TF_BUILTIN()370 constructor_function_index_var.Bind(constructor_function_index); in TF_BUILTIN()
348 constructor_function_index) \ in CreateInitialMaps() argument352 (constructor_function_index)); \ in CreateInitialMaps()
163 int constructor_function_index = in ToObject() local165 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObject()179 JSFunction::cast(native_context->get(constructor_function_index)), in ToObject()448 int constructor_function_index = in NoSideEffectsToString() local450 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()2308 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local2309 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()2312 JSFunction::cast(native_context->get(constructor_function_index)); in GetPrototypeChainRootMap()2989 int const constructor_function_index = map->GetConstructorFunctionIndex(); in GetConstructorFunction() local2990 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()[all …]