Searched refs:constructor_function_index (Results 1 – 5 of 5) sorted by relevance
37 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local38 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()41 JSFunction::cast(native_context.get(constructor_function_index)); in GetPrototypeChainRootMap()52 int const constructor_function_index = map.GetConstructorFunctionIndex(); in GetConstructorFunction() local53 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()54 return JSFunction::cast(native_context.get(constructor_function_index)); in GetConstructorFunction()
264 int constructor_function_index = in ToObjectImpl() local266 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObjectImpl()280 JSFunction::cast(native_context->get(constructor_function_index)), in ToObjectImpl()593 int constructor_function_index = in NoSideEffectsToString() local595 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
368 constructor_function_index) \ in CreateInitialMaps() argument372 (constructor_function_index)); \ in CreateInitialMaps()
677 int constructor_function_index() const;
1651 int MapRef::constructor_function_index() const { in constructor_function_index() function in v8::internal::compiler::MapRef1736 switch (map.constructor_function_index()) { in BROKER_NATIVE_CONTEXT_FIELDS()