Searched refs:constructor_function_index (Results 1 – 3 of 3) sorted by relevance
98 int constructor_function_index = in ToObject() local100 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObject()104 JSFunction::cast(native_context->get(constructor_function_index)), in ToObject()1464 int constructor_function_index = in GetRootMap() local1466 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetRootMap()1469 JSFunction::cast(native_context->get(constructor_function_index)); in GetRootMap()2081 int const constructor_function_index = map->GetConstructorFunctionIndex(); in GetConstructorFunction() local2082 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()2084 JSFunction::cast(native_context->get(constructor_function_index))); in GetConstructorFunction()
2300 constructor_function_index) \ in CreateInitialMaps() argument2304 (constructor_function_index)); \ in CreateInitialMaps()
2090 HValue* constructor_function_index = Add<HLoadNamedField>( in BuildToObject() local2098 constructor_function_index, in BuildToObject()2105 Push(constructor_function_index); in BuildToObject()