Home
last modified time | relevance | path

Searched refs:Nullify (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-weak-refs.h93 inline void Nullify(Isolate* isolate,
Djs-weak-refs-inl.h166 void WeakCell::Nullify(Isolate* isolate, in Nullify() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp80 Nullify, // Loads become zero, stores are elided. enumerator
341 case OutOfBoundsBehavior::Nullify: in Load()
373 case OutOfBoundsBehavior::Nullify: in Load()
430 case OutOfBoundsBehavior::Nullify: in Store()
DSpirvShaderImage.cpp669 if(outOfBoundsBehavior == OutOfBoundsBehavior::Nullify) in GetTexelAddress()
741 auto robustness = OutOfBoundsBehavior::Nullify; in EmitImageRead()
1342 auto robustness = OutOfBoundsBehavior::Nullify; in WriteImage()
1412 auto robustness = OutOfBoundsBehavior::Nullify; in EmitImageTexelPointer()
DSpirvShader.cpp1597 return OutOfBoundsBehavior::Nullify; in getOutOfBoundsBehavior()
1614 return OutOfBoundsBehavior::Nullify; in getOutOfBoundsBehavior()
2328 mask &= ptr.isInBounds(sizeof(int32_t), OutOfBoundsBehavior::Nullify); in EmitAtomicOp()
DShaderCore.cpp996 case OutOfBoundsBehavior::Nullify: in isStaticallyInBounds()
/third_party/python/Misc/NEWS.d/
D3.9.0b1.rst888 Nullify inittab_copy during finalization, preventing future interpreter
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc3041 weak_cell.Nullify(isolate(), gc_notify_updated_slot); in ClearJSWeakRefs()