Searched refs:found_target_ (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dheap.cc5703 found_target_(false),
5732 if (found_target_) return; // stop if target found
5736 found_target_ = true;
5754 if (!found_target_) // don't pop if found the target
5810 found_target_ = false;
5816 if (found_target_) {
5849 bool found_target_; member in class:v8::internal::HeapDebugUtils
6450 bool done = ((what_to_find_ == FIND_FIRST) && found_target_);
6455 done = ((what_to_find_ == FIND_FIRST) && found_target_);
6462 found_target_
[all...]
H A Dheap.h2672 found_target_(false),
2684 bool found() const { return found_target_; }
2700 bool found_target_;
H A Dliveobjectlist.cc2055 if (found_target_) {
/external/chromium_org/v8/src/
H A Dheap.h3054 found_target_(false),
3066 bool found() const { return found_target_; }
3082 bool found_target_;
H A Dheap.cc7345 bool done = ((what_to_find_ == FIND_FIRST) && found_target_);
7350 done = ((what_to_find_ == FIND_FIRST) && found_target_);
7357 found_target_ = false;
7397 found_target_ = true;
7461 if (found_target_) {

Completed in 181 milliseconds