HomeSort by relevance Sort by last modified time
    Searched refs:RelocInfoMode (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
node-cache.h 69 typedef char RelocInfoMode;
70 typedef std::pair<int32_t, RelocInfoMode> RelocInt32Key;
71 typedef std::pair<int64_t, RelocInfoMode> RelocInt64Key;
common-node-cache.h 59 Node** FindRelocatableInt32Constant(int32_t value, RelocInfoMode rmode) {
64 Node** FindRelocatableInt64Constant(int64_t value, RelocInfoMode rmode) {
js-graph.cc 196 value, static_cast<RelocInfoMode>(rmode));
205 value, static_cast<RelocInfoMode>(rmode));

Completed in 61 milliseconds