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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A Dbcc.cpp58 delete unwrap(script);
66 return unwrap(script)->registerSymbolCallback(pFn, pContext);
72 return unwrap(script)->getError();
81 return unwrap(script)->addSourceBC(0, resName, bitcode, bitcodeSize, flags);
90 return unwrap(script)->addSourceModule(0, unwrap(module), flags);
98 return unwrap(script)->addSourceFile(0, path, flags);
108 return unwrap(script)->addSourceBC(1, resName, bitcode, bitcodeSize, flags);
116 return unwrap(script)->addSourceFile(1, path, flags);
122 unwrap(scrip
[all...]
H A Dbcc_internal.h29 inline TRANSPARENT_TYPE unwrap(OPAQUE_TYPE ptr) { \
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp34 static inline ELFObject<32> *unwrap(RSExecRef object) { function
59 delete unwrap(object);
64 ELFObject<32> *object = unwrap(object_);
84 ELFObject<32> *object = unwrap(object_);
105 unwrap(object)->getSectionByName(".symtab"));
118 unwrap(object)->getSectionByName(".symtab"));
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp41 bool BitcodeWrapper::unwrap() { function in class:bcinfo::BitcodeWrapper
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h61 * Attempt to unwrap the target bitcode.
65 bool unwrap();
/frameworks/base/libs/rs/
H A DrsScriptC.cpp202 if (!bcWrapper.unwrap()) {

Completed in 119 milliseconds