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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc470 bool LiveRange::CanCover(LifetimePosition position) const { function in class:v8::internal::LiveRange
478 if (!CanCover(position)) return false;
1129 if (cur_range->CanCover(cur_start)) {
1133 if (cur_range->CanCover(pred_end)) {
/external/v8/src/compiler/
H A Dinstruction-selector.cc237 bool InstructionSelector::CanCover(Node* user, Node* node) const { function in class:v8::internal::compiler::InstructionSelector
H A Dregister-allocator.cc109 bool CanCover(LifetimePosition position) { function in class:v8::internal::compiler::LiveRangeBound
189 if (bound->CanCover(cur_start)) {
764 bool LiveRange::CanCover(LifetimePosition position) const { function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange
771 if (!CanCover(position)) return false;
3397 while (op_range != nullptr && !op_range->CanCover(pred_end)) {
H A Dwasm-compiler.cc2511 bool CanCover(Node* value, IrOpcode::Value opcode) { function in namespace:v8::internal::compiler
2528 if (CanCover(value, IrOpcode::kJSToNumber)) {

Completed in 532 milliseconds