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

  /external/v8/src/compiler/
jump-threading.cc 22 void Clear(size_t count) { result.assign(count, unvisited()); }
24 if (result[num.ToInt()] == unvisited()) {
36 } else if (to_to == unvisited()) {
52 RpoNumber unvisited() { return RpoNumber::FromInt(-1); } function in struct:v8::internal::compiler::JumpThreadingState
simplified-lowering.cc 200 bool unvisited() const { return state_ == kUnvisited; } function in class:v8::internal::compiler::RepresentationSelector::NodeInfo
256 // If there is an unvisited input, push it and continue.
262 if (input_info->unvisited()) {
630 if (info->unvisited()) {
    [all...]

Completed in 151 milliseconds