Home | Sort by relevance Sort by last modified time |
/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 | 234 bool unvisited() const { return state_ == kUnvisited; } function in class:v8::internal::compiler::RepresentationSelector::final 294 // If there is an unvisited input, push it and continue. 300 if (input_info->unvisited()) { 603 if (info->unvisited()) { [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ | |
lib.go | 2124 unvisited markKind = iota const [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ | |
lib.go | 2124 unvisited markKind = iota const [all...] |