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

/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp81 BufferMemoryObject *input_function = NULL; local
124 input_function = new (std::nothrow) BufferMemoryObject(pFunc, pFuncSize);
126 if (input_function == NULL) {
139 disassembler->getInstruction(inst, inst_size, *input_function, i,
175 delete input_function;

Completed in 53 milliseconds