Searched defs:CanCover (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector.cc149 bool InstructionSelector::CanCover(Node* user, Node* node) const { function in class:v8::internal::compiler::InstructionSelector
875 while (CanCover(user, value)) {
900 if (CanCover(user, value)) {
H A Dregister-allocator.cc456 bool LiveRange::CanCover(LifetimePosition position) const { function in class:v8::internal::compiler::LiveRange
464 if (!CanCover(position)) return false;
1160 if (cur_range->CanCover(cur_start)) {
1164 if (cur_range->CanCover(pred_end)) {
/external/v8/src/
H A Dlithium-allocator.cc466 bool LiveRange::CanCover(LifetimePosition position) const { function in class:v8::internal::LiveRange
474 if (!CanCover(position)) return false;
1127 if (cur_range->CanCover(cur_start)) {
1131 if (cur_range->CanCover(pred_end)) {

Completed in 126 milliseconds