Searched defs:FunctionStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.cpp146 // This passes in FunctionStart (which was returned by the startFunctionBody
151 uint8_t *FunctionStart,
153 bccAssert(FunctionEnd > FunctionStart);
154 bccAssert(FunctionStart == (getCodeMemBase() + mCurFuncMemIdx) &&
158 intptr_t FunctionCodeSize = FunctionEnd - FunctionStart;
163 // Record there's a function in our memory start from @FunctionStart
168 F, std::make_pair(FunctionStart, FunctionEnd)));
218 uint8_t *FunctionStart = NULL, *FunctionEnd = NULL; local
222 FunctionStart = reinterpret_cast<uint8_t*>(I->second.first);
228 bccAssert((FunctionStart
150 endFunctionBody(const llvm::Function *F, uint8_t *FunctionStart, uint8_t *FunctionEnd) argument
[all...]

Completed in 51 milliseconds