HomeSort by relevance Sort by last modified time
    Searched full:is_tagged (Results 1 - 23 of 23) 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/ppc/
lithium-codegen-ppc.h 216 LOperand* op, bool is_tagged, bool is_uint32,
lithium-codegen-ppc.cc 584 bool is_tagged, bool is_uint32,
615 if (is_tagged) {
627 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 216 LOperand* op, bool is_tagged, bool is_uint32,
lithium-codegen-s390.cc 553 bool is_tagged, bool is_uint32,
584 if (is_tagged) {
596 if (is_tagged) {
    [all...]
  /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...]
lithium-allocator.h 408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 242 bool is_tagged,
lithium-codegen-arm.cc 597 bool is_tagged,
632 if (is_tagged) {
644 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 265 bool is_tagged,
lithium-codegen-arm64.cc 268 bool is_tagged,
303 if (is_tagged) {
315 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 219 bool is_tagged,
lithium-codegen-ia32.cc 518 bool is_tagged,
553 if (is_tagged) {
565 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 240 bool is_tagged,
lithium-codegen-mips.cc 613 bool is_tagged,
648 if (is_tagged) {
660 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 242 bool is_tagged,
lithium-codegen-mips64.cc 601 bool is_tagged,
636 if (is_tagged) {
648 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 220 bool is_tagged,
lithium-codegen-x64.cc 540 bool is_tagged,
575 if (is_tagged) {
587 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 247 bool is_tagged,
lithium-codegen-x87.cc 790 bool is_tagged,
825 if (is_tagged) {
837 if (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...]
register-allocator.h 891 bool is_tagged);
    [all...]

Completed in 485 milliseconds