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

  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 65 wrapper_bc_size_(0),
77 wrapper_bc_size_ = GetInFileSize();
289 wrapper_bc_size_ = bc_size;
343 WriteWord(wrapper_bc_size_) &&
361 fprintf(stderr, "Raw bitcode size:\t%d\n", wrapper_bc_size_);
372 BufferCopyInToOut(wrapper_bc_size_)) {
373 off_t dangling = wrapper_bc_size_ & 3;
384 BufferCopyInToOut(wrapper_bc_size_);
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 200 uint32_t wrapper_bc_size_; member in class:BitcodeWrapperer

Completed in 79 milliseconds