Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-conversion-gen.cc366 Node* constructor_function_index = LoadMapConstructorFunctionIndex(map); in TF_BUILTIN() local
367 GotoIf(WordEqual(constructor_function_index, in TF_BUILTIN()
370 constructor_function_index_var.Bind(constructor_function_index); in TF_BUILTIN()
/external/v8/src/heap/
Dsetup-heap-internal.cc348 constructor_function_index) \ in CreateInitialMaps() argument
352 (constructor_function_index)); \ in CreateInitialMaps()
/external/v8/src/
Dobjects.cc163 int constructor_function_index = in ToObject() local
165 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObject()
179 JSFunction::cast(native_context->get(constructor_function_index)), in ToObject()
448 int constructor_function_index = in NoSideEffectsToString() local
450 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
2308 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local
2309 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()
2312 JSFunction::cast(native_context->get(constructor_function_index)); in GetPrototypeChainRootMap()
2989 int const constructor_function_index = map->GetConstructorFunctionIndex(); in GetConstructorFunction() local
2990 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()
[all …]