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

  /external/v8/src/snapshot/
serializer.cc 30 instance_type_count_[space] = NewArray<int>(kInstanceTypes);
33 instance_type_count_[space][i] = 0;
39 instance_type_count_[space] = nullptr;
51 if (instance_type_count_[space] != nullptr) {
52 DeleteArray(instance_type_count_[space]);
64 instance_type_count_[space][instance_type]++;
80 if (instance_type_count_[space][Name]) { \
82 instance_type_count_[space][Name], \
    [all...]
serializer.h 257 int* instance_type_count_[LAST_SPACE]; member in class:v8::internal::Serializer

Completed in 57 milliseconds