Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.h223 inline int GetConstructorFunctionIndex() const;
Dmap-inl.h320 int Map::GetConstructorFunctionIndex() const { in GetConstructorFunctionIndex() function
Dmap.cc37 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap()
52 int const constructor_function_index = map.GetConstructorFunctionIndex(); in GetConstructorFunction()
Dobjects.cc265 Handle<HeapObject>::cast(object)->map().GetConstructorFunctionIndex(); in ToObjectImpl()
594 Handle<HeapObject>::cast(input)->map().GetConstructorFunctionIndex(); in NoSideEffectsToString()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1652 return object()->GetConstructorFunctionIndex(); in constructor_function_index()