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

  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 58 llvm::Value *next_addr = builder.CreateGEP(addr, local
61 builder.CreateStore(next_addr, va_list_addr_bpp);
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 71 llvm::Value *next_addr = builder.CreateGEP(addr, local
74 builder.CreateStore(next_addr, va_list_addr_bpp);
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 73 llvm::Value *next_addr = local
76 builder.CreateStore(next_addr, va_list_addr_bpp);
  /external/chromium/net/disk_cache/
rankings.cc 312 Addr next_addr(node->Data()->next);
314 if (!next_addr.is_initialized() || next_addr.is_separate_file() ||
316 if (next_addr.is_initialized() || prev_addr.is_initialized()) {
322 CacheRankingsBlock next(backend_->File(next_addr), next_addr);
514 Addr next_addr(data->next);
516 if (!next_addr.SanityCheck() || next_addr.file_type() != RANKINGS ||
664 Addr next_addr(node->Data()->next)
    [all...]
entry_impl.cc 586 Addr next_addr(stored->next);
587 if (next_addr.is_initialized() &&
588 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
591 if (!rankings_addr.SanityCheck() || !next_addr.SanityCheck())
    [all...]
  /build/tools/
adbs 74 next_addr = string.atoi(addr, 16) + 1
77 + str(next_addr) \
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 207 uint64_t next_addr = 0;
211 if (pos != begin && pos->LoPC != next_addr)
213 next_addr = pos->HiPC();
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 1002 unsigned char *next_addr; local
    [all...]
  /external/v8/src/
frames.cc 1327 Address next_addr = addr + obj_size; local
    [all...]

Completed in 1057 milliseconds