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

  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 112 static struct error_info cur_input;
210 if (cur_input.name)
212 myname, cur_input.name, CAST(unsigned long)cur_input.line, why);
216 CAST(unsigned long)cur_input.string_expr_count,
225 anything to read. Keep cur_input.line up to date, so error messages
244 ++cur_input.line;
256 if (ch == '\n' && cur_input.line > 0)
257 --cur_input.line;
1125 if (ch=='n' && first_script && cur_input.line < 2
110 static struct error_info cur_input; variable in typeref:struct:error_info
    [all...]
  /external/v8/src/
lithium-allocator.cc 832 LUnallocated* cur_input = LUnallocated::cast(it.Current()); local
833 if (cur_input->HasFixedPolicy()) {
834 LUnallocated* input_copy = cur_input->CopyUnconstrained();
835 bool is_tagged = HasTaggedValue(cur_input->virtual_register());
836 AllocateFixed(cur_input, gap_index + 1, is_tagged);
837 AddConstraintsGapMove(gap_index, input_copy, cur_input);
838 } else if (cur_input->policy() == LUnallocated::WRITABLE_REGISTER) {
841 ASSERT(!cur_input->IsUsedAtStart());
843 LUnallocated* input_copy = cur_input->CopyUnconstrained();
844 cur_input->set_virtual_register(GetVirtualRegister())
863 LUnallocated* cur_input = LUnallocated::cast(second->FirstInput()); local
    [all...]

Completed in 214 milliseconds