Searched defs:safe (Results 1 – 4 of 4) sorted by relevance
213 bool BaseRuntime::ForEachObj(HeapVisitor& visitor, bool safe) in ForEachObj()
177 bool HeapImpl::ForEachObject(const std::function<void(BaseObject*)>& visitor, bool safe) in ForEachObject()
196 bool ForEachObject(const std::function<void(BaseObject*)>& visitor, bool safe) const override in ForEachObject()
1854 GateRef TypedNativeInlineLowering::BuildTaggedIsInteger(GateRef gate, GateRef value, bool safe) in BuildTaggedIsInteger()