Lines Matching defs:data
86 #include "src/objects/data-handler.h"
96 #include "src/snapshot/embedded/embedded-data.h"
189 return other.callback == callback && other.data == data;
1366 // performance issue, use a cache data structure in heap instead.
2569 info.callback(isolate, gc_type, flags, info.data);
2579 info.callback(isolate, gc_type, flags, info.data);
2685 // Grow the size of new space if there is room to grow, and enough data
2978 FullObjectSlot start(young_strings_.data());
2979 FullObjectSlot end(young_strings_.data() + young_strings_.size());
3019 FullObjectSlot(young_strings_.data()),
3020 FullObjectSlot(young_strings_.data() + young_strings_.size()));
3029 FullObjectSlot(old_strings_.data()),
3030 FullObjectSlot(old_strings_.data() + old_strings_.size()));
3042 FullObjectSlot start(old_strings_.data());
3043 FullObjectSlot end(old_strings_.data() + old_strings_.size());
4306 void* data) {
4312 near_heap_limit_callbacks_.push_back(std::make_pair(callback, data));
4354 void* data = near_heap_limit_callbacks_.back().second;
4355 size_t heap_limit = callback(data, max_old_generation_size(),
6206 GCType gc_type, void* data) {
6210 GCCallbackTuple(callback, gc_type, data)));
6211 gc_prologue_callbacks_.emplace_back(callback, gc_type, data);
6215 void* data) {
6219 gc_prologue_callbacks_[i].data == data) {
6229 GCType gc_type, void* data) {
6233 GCCallbackTuple(callback, gc_type, data)));
6234 gc_epilogue_callbacks_.emplace_back(callback, gc_type, data);
6238 void* data) {
6242 gc_epilogue_callbacks_[i].data == data) {