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

  /external/chromium_org/v8/src/
lithium-allocator.cc 625 bool is_tagged) {
639 if (is_tagged) {
818 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local
819 AllocateFixed(first_output, gap_index, is_tagged);
852 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local
853 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
  /external/v8/src/
lithium-allocator.cc 615 bool is_tagged) {
629 if (is_tagged) {
804 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local
805 AllocateFixed(first_output, gap_index, is_tagged);
835 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local
836 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]

Completed in 79 milliseconds