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

  /external/chromium_org/v8/src/
lithium-allocator.cc 889 int input_vreg = cur_input->virtual_register(); local
896 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) {
902 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) {
    [all...]
  /external/v8/src/
lithium-allocator.cc 865 int input_vreg = cur_input->virtual_register(); local
871 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) {
877 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) {
    [all...]

Completed in 102 milliseconds