Searched refs:InMemoryWrapperInput (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp22 InMemoryWrapperInput::InMemoryWrapperInput(const char* buffer, size_t size) : function in class:InMemoryWrapperInput
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/bcinfo/include/bcinfo/Wrap/
H A Din_memory_wrapper_input.h28 class InMemoryWrapperInput : public WrapperInput { class in inherits:WrapperInput
30 InMemoryWrapperInput(const char* buffer, size_t size);
31 ~InMemoryWrapperInput();
53 DISALLOW_CLASS_COPY_AND_ASSIGN(InMemoryWrapperInput);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp33 InMemoryWrapperInput inMem(mBitcode, mBitcodeSize);

Completed in 254 milliseconds