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

  /external/bison/src/
lalr.c 76 goto_number *temp_map; local
79 temp_map = xnmalloc (nvars + 1, sizeof *temp_map);
102 temp_map[i - ntokens] = k;
107 goto_map[i - ntokens] = temp_map[i - ntokens];
110 temp_map[nsyms - ntokens] = ngotos;
122 goto_number k = temp_map[TRANSITION_SYMBOL (sp, i) - ntokens]++;
128 free (temp_map);
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 2384 LOperand* temp_map = needs_write_barrier_for_map ? TempRegister() : NULL; local
    [all...]
lithium-ia32.h 2167 LOperand* temp_map() { return temps_[1]; } function in class:v8::internal::V8_FINAL
    [all...]
lithium-codegen-ia32.cc 4006 Register temp_map = ToRegister(instr->temp_map()); local
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 2369 LOperand* temp_map = needs_write_barrier_for_map ? TempRegister() : NULL; local
    [all...]
lithium-x87.h 2177 LOperand* temp_map() { return temps_[1]; } function in class:v8::internal::V8_FINAL
    [all...]
lithium-codegen-x87.cc 3915 Register temp_map = ToRegister(instr->temp_map()); local
3917 __ mov(FieldOperand(object, HeapObject::kMapOffset), temp_map); local
    [all...]

Completed in 583 milliseconds