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

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_pass.h 250 node_list pending_nodes; member in class:r600_sb::gcm
267 bu_bb(), pending_defs(), pending_nodes(), cur_sq(),
  /external/v8/src/profiler/
profile-generator.cc 453 std::vector<const ProfileNode*> pending_nodes = top_down_.TakePendingNodes(); local
454 if (pending_nodes.empty() && !samples_.length()) return;
457 if (!pending_nodes.empty() || streaming_next_sample_ != samples_.length()) {
459 if (!pending_nodes.empty()) {
461 for (auto node : pending_nodes) {

Completed in 3319 milliseconds