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

  /external/v8/src/
lithium-allocator.cc 808 bool is_tagged = HasTaggedValue(first_output->VirtualRegister());
839 bool is_tagged = HasTaggedValue(cur_input->VirtualRegister());
873 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) {
879 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) {
    [all...]
lithium-allocator.h 444 bool HasTaggedValue(int virtual_register) const;

Completed in 204 milliseconds