Lines Matching defs:ref
1123 const JSHeapBroker* broker, const JSFunctionRef& ref, JSFunctionData* data,
1127 broker->dependencies()->DependOnConsistentJSFunctionView(ref);
2094 // Gotta reconstruct to avoid returning a stale unserialized ref.
2243 std::ostream& operator<<(std::ostream& os, const ObjectRef& ref) {
2247 return os << ref.data() << " {" << ref.object() << "}";
2248 } else if (ref.data_->should_access_heap()) {
2249 return os << ref.data() << " {" << ref.object() << "}";
2251 return os << ref.data();