Home
last modified time | relevance | path

Searched refs:RelocInfoMode (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-cache.h63 using RelocInfoMode = char; variable
64 using RelocInt32Key = std::pair<int32_t, RelocInfoMode>;
65 using RelocInt64Key = std::pair<int64_t, RelocInfoMode>;
Dcommon-node-cache.h77 Node** FindRelocatableInt32Constant(int32_t value, RelocInfoMode rmode) { in FindRelocatableInt32Constant()
81 Node** FindRelocatableInt64Constant(int64_t value, RelocInfoMode rmode) { in FindRelocatableInt64Constant()
Dmachine-graph.cc52 value, static_cast<RelocInfoMode>(rmode)); in RelocatableInt32Constant()
62 value, static_cast<RelocInfoMode>(rmode)); in RelocatableInt64Constant()