Home
last modified time | relevance | path

Searched defs:IfValue (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/unittests/compiler/
Dcommon-operator-unittest.cc257 TEST_F(CommonOperatorTest, IfValue) { in TEST_F() argument
/external/v8/src/compiler/
Dcommon-operator.cc523 const Operator* CommonOperatorBuilder::IfValue(int32_t index) { in IfValue() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc938 Node* WasmGraphBuilder::IfValue(int32_t value, Node* sw) { in IfValue() function in v8::internal::compiler::WasmGraphBuilder