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

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.cpp147 // method) and FunctionEnd which is a pointer to the actual end of the
152 uint8_t *FunctionEnd) {
153 bccAssert(FunctionEnd > FunctionStart);
158 intptr_t FunctionCodeSize = FunctionEnd - FunctionStart;
168 F, std::make_pair(FunctionStart, FunctionEnd)));
218 uint8_t *FunctionStart = NULL, *FunctionEnd = NULL; local
223 FunctionEnd = reinterpret_cast<uint8_t*>(I->second.second);
231 intptr_t SizeNeedMove = (getCodeMemBase() + mCurFuncMemIdx) - FunctionEnd;
239 memmove(FunctionStart, FunctionEnd, SizeNeedMove);
242 mCurFuncMemIdx -= (FunctionEnd
150 endFunctionBody(const llvm::Function *F, uint8_t *FunctionStart, uint8_t *FunctionEnd) argument
[all...]
H A DCodeMemoryManager.h178 // method) and FunctionEnd which is a pointer to the actual end of the
183 uint8_t *FunctionEnd);

Completed in 48 milliseconds