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

/external/v8/src/
H A Dobjects.cc98 int constructor_function_index = local
100 if (constructor_function_index == Map::kNoConstructorFunctionIndex) {
104 JSFunction::cast(native_context->get(constructor_function_index)),
1464 int constructor_function_index = local
1466 if (constructor_function_index != Map::kNoConstructorFunctionIndex) {
1469 JSFunction::cast(native_context->get(constructor_function_index));
2081 int const constructor_function_index = map->GetConstructorFunctionIndex(); local
2082 if (constructor_function_index != kNoConstructorFunctionIndex) {
2084 JSFunction::cast(native_context->get(constructor_function_index)));
/external/v8/src/heap/
H A Dheap.cc2300 constructor_function_index) \
2304 (constructor_function_index)); \
/external/v8/src/crankshaft/
H A Dhydrogen.cc2090 HValue* constructor_function_index = Add<HLoadNamedField>( local
2098 constructor_function_index,
2105 Push(constructor_function_index);

Completed in 129 milliseconds