Searched refs:UndefinedValue (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 82 UndefinedValue, // Only for load operations. Not secure. No program termination. enumerator 343 case OutOfBoundsBehavior::UndefinedValue: in Load() 377 case OutOfBoundsBehavior::UndefinedValue: in Load() 432 …case OutOfBoundsBehavior::UndefinedValue: // Should not be used for store operations. Tr… in Store()
|
D | ShaderCore.cpp | 998 case OutOfBoundsBehavior::UndefinedValue: in isStaticallyInBounds()
|
D | SpirvShader.cpp | 1611 return OutOfBoundsBehavior::UndefinedValue; in getOutOfBoundsBehavior()
|
/third_party/node/deps/v8/src/roots/ |
D | roots.h | 42 V(Oddball, undefined_value, UndefinedValue) \
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 565 instance_node_ = UndefinedValue(); in Start() 724 Node* WasmGraphBuilder::UndefinedValue() { in UndefinedValue() function in v8::internal::compiler::WasmGraphBuilder 725 return LOAD_ROOT(UndefinedValue, undefined_value); in UndefinedValue() 6529 Node* is_undefined = gasm_->TaggedEqual(obj, UndefinedValue()); in BuildUnpackObjectWrapper() 6842 jsval = UndefinedValue(); in BuildCallAndReturn() 7106 Node* undefined_node = UndefinedValue(); in BuildWasmToJSWrapper() 7369 Node* undefined_node = UndefinedValue(); in BuildJSFastApiCallWrapper() 7500 args[pos++] = UndefinedValue(); // receiver in BuildJSToJSWrapper() 7524 jsval = UndefinedValue(); in BuildJSToJSWrapper()
|
D | wasm-compiler.h | 574 Node* UndefinedValue();
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 217 V(UndefinedValue, undefined_value, Undefined) \
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 77541 static inline constexpr JS::Value UndefinedValue(); 78081 friend constexpr Value JS::UndefinedValue(); 78146 UndefinedValue() in UndefinedValue() function 78432 static Value initial() { return UndefinedValue(); } in initial() 78556 void setUndefined() { setBarriered(JS::UndefinedValue()); } in setUndefined() 100272 : obj(nullptr), attrs(0), getter(nullptr), setter(nullptr), value(JS::UndefinedValue()) in PropertyDescriptor() 119553 : expando(JS::UndefinedValue()), in ExpandoAndGeneration() 121278 return JS::UndefinedValue(); in IdToValue() 123502 : privateSlot(JS::UndefinedValue()) in ProxyValueArray() 123505 extraSlots[i] = JS::UndefinedValue(); in ProxyValueArray() [all …]
|