Lines Matching defs:SafepointBlob
487 // Implementation of SafepointBlob
489 SafepointBlob::SafepointBlob(
495 : SingletonBlob("SafepointBlob", cb, sizeof(SafepointBlob), size, frame_size, oop_maps)
499 SafepointBlob* SafepointBlob::create(
504 SafepointBlob* blob = NULL;
508 unsigned int size = allocation_size(cb, sizeof(SafepointBlob));
509 blob = new (size) SafepointBlob(cb, size, oop_maps, frame_size);
512 trace_new_stub(blob, "SafepointBlob");