Home
last modified time | relevance | path

Searched refs:BCC_OUT_OF_MEMORY (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DScript.cpp112 mErrorCode = BCC_OUT_OF_MEMORY; in addSourceBC()
139 mErrorCode = BCC_OUT_OF_MEMORY; in addSourceModule()
173 mErrorCode = BCC_OUT_OF_MEMORY; in addSourceFile()
328 mErrorCode = BCC_OUT_OF_MEMORY; in internalCompile()
/frameworks/compile/libbcc/include/bcc/
Dbcc.h44 #define BCC_OUT_OF_MEMORY 0x0505 macro