HomeSort by relevance Sort by last modified time
    Searched full:intptr_value (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/compiler/
simplified-graph-builder.h 41 intptr_t intptr_value = reinterpret_cast<intptr_t>(value); local
42 return kPointerSize == 8 ? NewNode(common()->Int64Constant(intptr_value))
43 : Int32Constant(static_cast<int>(intptr_value));

Completed in 116 milliseconds