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

  /external/v8/src/
layout-descriptor.cc 145 bool is_tagged = (value & layout_mask) == 0; local
146 if (!is_tagged) value = ~value; // Count set bits instead of cleared bits.
159 if (cur_is_tagged != is_tagged) break;
160 if (!is_tagged) value = ~value; // Count set bits instead.
167 if (is_tagged && (field_index + sequence_length == capacity())) {
175 return is_tagged;
  /external/v8/src/crankshaft/
lithium-allocator.cc 597 bool is_tagged) {
611 if (is_tagged) {
792 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local
793 AllocateFixed(first_output, gap_index, is_tagged);
826 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local
827 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1722 bool is_tagged = code()->IsReference(output_vreg); local
1764 bool is_tagged = code()->IsReference(input_vreg); local
    [all...]

Completed in 1238 milliseconds