Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor.h42 static int FastCloneShallowObjectPropertiesCount(int literal_length);
Dbuiltins-constructor.cc653 int ConstructorBuiltinsAssembler::FastCloneShallowObjectPropertiesCount( in FastCloneShallowObjectPropertiesCount() function in v8::internal::ConstructorBuiltinsAssembler
740 IntPtrConstant(FastCloneShallowObjectPropertiesCount(properties_count)); in CreateFastCloneShallowObjectBuiltin()
/external/v8/src/interpreter/
Dbytecode-generator.cc1674 ConstructorBuiltinsAssembler::FastCloneShallowObjectPropertiesCount( in VisitObjectLiteral()