Home
last modified time | relevance | path

Searched defs:constructor_function_index (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc368 constructor_function_index) \ in CreateInitialMaps() argument
/third_party/node/deps/v8/src/objects/
Dmap.cc37 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local
52 int const constructor_function_index = map.GetConstructorFunctionIndex(); in GetConstructorFunction() local
Dobjects.cc264 int constructor_function_index = in ToObjectImpl() local
593 int constructor_function_index = in NoSideEffectsToString() local
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1651 int MapRef::constructor_function_index() const { in constructor_function_index() function in v8::internal::compiler::MapRef