Home
last modified time | relevance | path

Searched refs:StateToString (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dvm-state-inl.h20 inline const char* StateToString(StateTag state) { in StateToString() function
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc359 PrintF(" - state: %s\n", StateToString(state)); in print()