Searched defs:properties_count (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-flags.cc25 int properties_count,
33 properties_count,
36 properties_count);
24 Encode(bool fast_clone_supported, int properties_count, int runtime_flags) argument
/external/v8/src/builtins/
H A Dbuiltins-constructor.cc666 Node* properties_count) {
674 Node* object_size = IntPtrAdd(WordShl(properties_count, kPointerSizeLog2),
732 int properties_count) {
733 DCHECK_GE(properties_count, 0);
734 DCHECK_LE(properties_count, kMaximumClonedShallowObjectProperties);
740 IntPtrConstant(FastCloneShallowObjectPropertiesCount(properties_count));
664 EmitFastCloneShallowObject( CodeAssemblerLabel* call_runtime, Node* closure, Node* literals_index, Node* properties_count) argument
731 CreateFastCloneShallowObjectBuiltin( int properties_count) argument
/external/v8/src/ast/
H A Dast.h1384 int properties_count() const { return boilerplate_properties_; } function in class:v8::internal::final

Completed in 275 milliseconds