HomeSort by relevance Sort by last modified time
    Searched refs:expected_property_count (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
compiler.cc 454 SetExpectedNofPropertiesFromEstimate(result, lit->expected_property_count());
664 int expected = lit->expected_property_count();
749 literal->expected_property_count());
ast.h 2049 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::FunctionLiteral
    [all...]
parser.h 513 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::Parser::BASE_EMBEDDED
parser.cc 638 function_state.expected_property_count(),
4401 int expected_property_count = -1; local
    [all...]
  /external/chromium_org/v8/src/
compiler.cc 662 SetExpectedNofPropertiesFromEstimate(result, lit->expected_property_count());
841 int expected = lit->expected_property_count();
    [all...]
ast.h 2253 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::FunctionLiteral
    [all...]
parser.cc 676 function_state.expected_property_count(),
4288 int expected_property_count = -1; local
    [all...]
parser.h 514 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::BASE_EMBEDDED::BASE_EMBEDDED

Completed in 204 milliseconds