Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-conversion.cc444 Node* constructor_function_index = in Generate_ToObject() local
446 assembler.GotoIf(assembler.WordEqual(constructor_function_index, in Generate_ToObject()
450 constructor_function_index_var.Bind(constructor_function_index); in Generate_ToObject()
/external/v8/src/
Dobjects.cc116 int constructor_function_index = in ToObject() local
118 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in ToObject()
124 JSFunction::cast(native_context->get(constructor_function_index)), in ToObject()
381 int constructor_function_index = in NoSideEffectsToString() local
383 if (constructor_function_index == Map::kNoConstructorFunctionIndex) { in NoSideEffectsToString()
2168 int constructor_function_index = GetConstructorFunctionIndex(); in GetPrototypeChainRootMap() local
2169 if (constructor_function_index != Map::kNoConstructorFunctionIndex) { in GetPrototypeChainRootMap()
2172 JSFunction::cast(native_context->get(constructor_function_index)); in GetPrototypeChainRootMap()
2806 int const constructor_function_index = map->GetConstructorFunctionIndex(); in GetConstructorFunction() local
2807 if (constructor_function_index != kNoConstructorFunctionIndex) { in GetConstructorFunction()
[all …]
/external/v8/src/heap/
Dheap.cc2309 constructor_function_index) \ in CreateInitialMaps() argument
2313 (constructor_function_index)); \ in CreateInitialMaps()
/external/v8/src/crankshaft/
Dhydrogen.cc1982 HValue* constructor_function_index = Add<HLoadNamedField>( in BuildToObject() local
1990 constructor_function_index, in BuildToObject()
1997 Push(constructor_function_index); in BuildToObject()