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

  /external/v8/src/heap/
objects-visiting.h 53 V(PropertyArray) \
factory.h 130 Handle<PropertyArray> NewPropertyArray(int length,
515 Handle<PropertyArray> CopyPropertyArrayAndGrow(
516 Handle<PropertyArray> array, int grow_by,
    [all...]
object-stats.cc 474 PropertyArray* properties = boilerplate->property_array();
536 PropertyArray* properties = object->property_array();
    [all...]
factory.cc 278 Handle<PropertyArray> Factory::NewPropertyArray(int length,
284 Handle<PropertyArray> array(PropertyArray::cast(result), isolate());
    [all...]
setup-heap-internal.cc 568 PropertyArray::cast(obj)->initialize_length(0);
569 set_empty_property_array(PropertyArray::cast(obj));
    [all...]
spaces.cc     [all...]
  /external/v8/src/objects/
dictionary.h 144 DCHECK(PropertyArray::HashField::is_valid(hash));
151 DCHECK(PropertyArray::HashField::is_valid(hash));
map.h 48 V(PropertyArray) \
    [all...]
  /external/v8/src/
objects-inl.h 514 CAST_ACCESSOR(PropertyArray)
    [all...]
objects.h 136 // - PropertyArray
695 class PropertyArray;
868 V(PropertyArray) \
    [all...]
roots.h 165 V(PropertyArray, empty_property_array, EmptyPropertyArray) \
code-stub-assembler.cc     [all...]
objects.cc     [all...]
code-stub-assembler.h     [all...]
objects-body-descriptors-inl.h 686 return Op::template apply<PropertyArray::BodyDescriptor>(p1, p2, p3, p4);
objects-debug.cc 194 PropertyArray::cast(this)->PropertyArrayVerify(isolate);
649 void PropertyArray::PropertyArrayVerify(Isolate* isolate) {
    [all...]
objects-printer.cc 147 PropertyArray::cast(this)->PropertyArrayPrint(os);
943 void PropertyArray::PropertyArrayPrint(std::ostream& os) { // NOLINT
944 HeapObject::PrintHeader(os, "PropertyArray");
    [all...]
deoptimizer.cc     [all...]
  /external/v8/src/ic/
accessor-assembler.cc     [all...]
  /external/v8/src/builtins/
builtins-promise-gen.cc 228 index, SmiConstant(PropertyArray::HashField::kMax)));
238 STATIC_ASSERT(PropertyArray::kNoHashSentinel == 0);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/v8/src/compiler/
access-builder.cc 484 kTaggedBase, PropertyArray::kLengthAndHashOffset,
    [all...]
js-native-context-specialization.cc     [all...]