Home
last modified time | relevance | path

Searched refs:UndefinedValue (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.hpp82 UndefinedValue, // Only for load operations. Not secure. No program termination. member in sw::OutOfBoundsBehavior
343 case OutOfBoundsBehavior::UndefinedValue: in Load()
377 case OutOfBoundsBehavior::UndefinedValue: in Load()
432 case OutOfBoundsBehavior::UndefinedValue: // Should not be used for store operations. Treat as robust buffer access. in Store()
H A DShaderCore.cpp998 case OutOfBoundsBehavior::UndefinedValue: in isStaticallyInBounds()
H A DSpirvShader.cpp1611 return OutOfBoundsBehavior::UndefinedValue; in getOutOfBoundsBehavior()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h576 V(UndefinedValue) \
/third_party/node/deps/v8/src/roots/
H A Droots.h42 V(Oddball, undefined_value, UndefinedValue) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc565 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());
6842 jsval = UndefinedValue();
7106 Node* undefined_node = UndefinedValue();
7369 Node* undefined_node = UndefinedValue();
7500 args[pos++] = UndefinedValue(); // receiver
7524 jsval = UndefinedValue();
H A Dwasm-compiler.h574 Node* UndefinedValue();
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h217 V(UndefinedValue, undefined_value, Undefined) \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 58 milliseconds