Home
last modified time | relevance | path

Searched refs:constructor_function_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dmap.cc39 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local
40 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() local
54 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()
56 JSFunction::cast(native_context->get(constructor_function_index)), in GetConstructorFunction()
Dobjects.cc237 int constructor_function_index = in ToObjectImpl() local
239 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() local
544 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
/external/v8/src/heap/
Dsetup-heap-internal.cc372 constructor_function_index) \ in CreateInitialMaps() argument
376 (constructor_function_index)); \ in CreateInitialMaps()
/external/v8/src/compiler/
Dheap-refs.h590 int constructor_function_index() const;
Djs-heap-broker.cc1094 int constructor_function_index() const { return constructor_function_index_; } in constructor_function_index() function in v8::internal::compiler::MapData
3666 int MapRef::constructor_function_index() const { in constructor_function_index() function in v8::internal::compiler::MapRef
3669 return data()->AsMap()->constructor_function_index(); in constructor_function_index()
3794 switch (map.constructor_function_index()) { in GetConstructorFunction()