Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.cc37 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local
38 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() local
53 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()
54 return JSFunction::cast(native_context.get(constructor_function_index)); in GetConstructorFunction()
Dobjects.cc264 int constructor_function_index = in ToObjectImpl() local
266 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() local
595 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc368 constructor_function_index) \ in CreateInitialMaps() argument
372 (constructor_function_index)); \ in CreateInitialMaps()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h677 int constructor_function_index() const;
Dheap-refs.cc1651 int MapRef::constructor_function_index() const { in constructor_function_index() function in v8::internal::compiler::MapRef
1736 switch (map.constructor_function_index()) { in BROKER_NATIVE_CONTEXT_FIELDS()