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

  /external/v8/src/
type-feedback-vector.cc 142 const FeedbackVectorSpec* other_spec) const {
143 if (other_spec->slots() != slot_count()) {
154 if (kind != other_spec->GetKind(i)) {
160 String* other_name = *other_spec->GetName(name_index++);
    [all...]
type-feedback-vector.h 182 bool SpecDiffersFrom(const FeedbackVectorSpec* other_spec) const;
  /external/squashfs-tools/squashfs-tools/
action.c 61 static struct action *other_spec = NULL; variable in typeref:struct:action
580 spec_list = &other_spec;
895 struct action *action = &other_spec[i];
    [all...]

Completed in 1218 milliseconds