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

  /external/v8/src/builtins/
builtins-conversion.cc 444 Node* constructor_function_index = local
446 assembler.GotoIf(assembler.WordEqual(constructor_function_index,
450 constructor_function_index_var.Bind(constructor_function_index);
  /external/v8/src/crankshaft/
hydrogen.cc 1982 HValue* constructor_function_index = Add<HLoadNamedField>( local
    [all...]
  /external/v8/src/
objects.cc 116 int constructor_function_index = local
118 if (constructor_function_index == Map::kNoConstructorFunctionIndex) {
124 JSFunction::cast(native_context->get(constructor_function_index)),
381 int constructor_function_index = local
383 if (constructor_function_index == Map::kNoConstructorFunctionIndex) {
2168 int constructor_function_index = GetConstructorFunctionIndex(); local
2806 int const constructor_function_index = map->GetConstructorFunctionIndex(); local
    [all...]

Completed in 1025 milliseconds