HomeSort by relevance Sort by last modified time
    Searched defs:constructor_function_index (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
hydrogen.cc 2090 HValue* constructor_function_index = Add<HLoadNamedField>( local
    [all...]
  /external/v8/src/
objects.cc 98 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
2081 int const constructor_function_index = map->GetConstructorFunctionIndex(); local
    [all...]

Completed in 297 milliseconds