HomeSort by relevance Sort by last modified time
    Searched defs:IfValue (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
common-operator.cc 596 const Operator* CommonOperatorBuilder::IfValue(int32_t index) {
599 "IfValue", // name
    [all...]
wasm-compiler.cc 931 Node* WasmGraphBuilder::IfValue(int32_t value, Node* sw) {
933 return graph()->NewNode(jsgraph()->common()->IfValue(value), sw);
    [all...]

Completed in 68 milliseconds