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

  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 22 InMemoryWrapperInput::InMemoryWrapperInput(const char* buffer, size_t size) :
26 InMemoryWrapperInput::~InMemoryWrapperInput() {
29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) {
45 bool InMemoryWrapperInput::AtEof() {
49 off_t InMemoryWrapperInput::Size() {
53 bool InMemoryWrapperInput::Seek(uint32_t pos) {
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
in_memory_wrapper_input.h 28 class InMemoryWrapperInput : public WrapperInput {
30 InMemoryWrapperInput(const char* buffer, size_t size);
31 ~InMemoryWrapperInput();
53 DISALLOW_CLASS_COPY_AND_ASSIGN(InMemoryWrapperInput);
  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 36 InMemoryWrapperInput inMem(mBitcode, mBitcodeSize);

Completed in 56 milliseconds