Home
last modified time | relevance | path

Searched refs:bccAssert (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
DCodeMemoryManager.cpp115 bccAssert(mpGOTBase != NULL && "Cannot allocate the GOT multiple times"); in AllocateGOT()
153 bccAssert(FunctionEnd > FunctionStart); in endFunctionBody()
154 bccAssert(FunctionStart == (getCodeMemBase() + mCurFuncMemIdx) && in endFunctionBody()
159 bccAssert(FunctionCodeSize <= getFreeCodeMemSize() && in endFunctionBody()
164 bccAssert(mFunctionMap.find(F) == mFunctionMap.end() && in endFunctionBody()
228 bccAssert((FunctionStart == NULL) && "Memory is never allocated!"); in deallocateFunctionBody()
233 bccAssert(SizeNeedMove >= 0 && in deallocateFunctionBody()
DCodeMemoryManager.h201 bccAssert(false && in startExceptionTable()
209 bccAssert(false && in endExceptionTable()
218 bccAssert(false && in deallocateExceptionTable()
DCodeEmitter.cpp315 bccAssert(Result.IntVal.getBitWidth() <= 64 && "Bad pointer width"); in GetConstantValue()
329 bccAssert(DestTy->isFloatingPointTy() && "invalid bitcast"); in GetConstantValue()
337 bccAssert(DestTy->isIntegerTy(32) && "Invalid bitcast"); in GetConstantValue()
342 bccAssert(DestTy->isIntegerTy(64) && "Invalid bitcast"); in GetConstantValue()
347 bccAssert(DestTy->isPointerTy() && "Invalid bitcast"); in GetConstantValue()
575 bccAssert(false && "JIT does not support address-of-label yet!"); in GetConstantValue()
604 bccAssert(((IntVal.getBitWidth() + 7) / 8 >= StoreBytes) && in StoreValueToMemory()
809 bccAssert(mpTargetMachine->getRelocationModel() == llvm::Reloc::Static && in emitJumpTableInfo()
904 bccAssert(false && "Alias should be resolved ultimately!"); in GetPointerToGlobal()
977 bccAssert((F->isDeclaration() || F->hasAvailableExternallyLinkage()) && in GetPointerToFunction()
[all …]
DCodeEmitter.h210 bccAssert(Index < mpConstantPool->getConstants().size() && in getConstantPoolEntryAddress()
227 bccAssert(mLabelLocations.count(Label) && "Label not emitted!"); in getLabelAddress()
/frameworks/compile/libbcc/include/bcc/
Dbcc_assert.h29 #define bccAssert(v) do {} while (0) macro
32 #define bccAssert(v) \ macro
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntime.c84 bccAssert(false && "Table is corrupted (runtime name should be sorted " in VerifyRuntimesTable()
DCompiler.cpp614 bccAssert((varList.size() == ExportVarMetadata->getNumOperands()) && in runCodeGen()