Searched refs:constructor_function_index (Results 1 – 5 of 5) sorted by relevance
39 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local40 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()43 JSFunction::cast(native_context.get(constructor_function_index)); in GetPrototypeChainRootMap()53 int const constructor_function_index = map->GetConstructorFunctionIndex(); in GetConstructorFunction() local54 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()56 JSFunction::cast(native_context->get(constructor_function_index)), in GetConstructorFunction()
237 int constructor_function_index = in ToObjectImpl() local239 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObjectImpl()253 JSFunction::cast(native_context->get(constructor_function_index)), in ToObjectImpl()542 int constructor_function_index = in NoSideEffectsToString() local544 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
372 constructor_function_index) \ in CreateInitialMaps() argument376 (constructor_function_index)); \ in CreateInitialMaps()
590 int constructor_function_index() const;
1094 int constructor_function_index() const { return constructor_function_index_; } in constructor_function_index() function in v8::internal::compiler::MapData3666 int MapRef::constructor_function_index() const { in constructor_function_index() function in v8::internal::compiler::MapRef3669 return data()->AsMap()->constructor_function_index(); in constructor_function_index()3794 switch (map.constructor_function_index()) { in GetConstructorFunction()