Home
last modified time | relevance | path

Searched refs:PropertiesCount (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stubs.cc2225 int FastCloneShallowObjectStub::PropertiesCount(int literal_length) { in PropertiesCount() function in v8::internal::FastCloneShallowObjectStub
2327 assembler->IntPtrConstant(PropertiesCount(this->length())); in GenerateAssembly()
Dcode-stubs.h1002 static int PropertiesCount(int literal_length);
/external/v8/src/interpreter/
Dbytecode-generator.cc1573 FastCloneShallowObjectStub::PropertiesCount(expr->properties_count()), in VisitObjectLiteral()