HomeSort by relevance Sort by last modified time
    Searched refs:expected_property_count (Results 1 - 4 of 4) 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...]

Completed in 128 milliseconds