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

  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 56 int comment_reloc_size = RelocInfo::kMinRelocCommentSize; local
61 (min_padding + comment_reloc_size - 1) / comment_reloc_size;
63 int padding = additional_comments * comment_reloc_size;
  /external/chromium_org/v8/src/x87/
deoptimizer-x87.cc 56 int comment_reloc_size = RelocInfo::kMinRelocCommentSize; local
61 (min_padding + comment_reloc_size - 1) / comment_reloc_size;
63 int padding = additional_comments * comment_reloc_size;

Completed in 104 milliseconds