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 2323 HValue* constructor_function_index = Add<HLoadNamedField>( local
    [all...]
  /external/v8/src/
objects.cc 104 int constructor_function_index = local
106 if (constructor_function_index == Map::kNoConstructorFunctionIndex) {
112 JSFunction::cast(native_context->get(constructor_function_index)),
1672 int constructor_function_index = local
2299 int const constructor_function_index = map->GetConstructorFunctionIndex(); local
    [all...]

Completed in 121 milliseconds