OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCompiled
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp
64
delete
mCompiled
;
325
mCompiled
= new (std::nothrow) ScriptCompiled(this);
327
if (!
mCompiled
) {
337
mCompiled
->registerSymbolCallback(mpExtSymbolLookupFn,
343
if (mSourceList[i] && mSourceList[i]->prepareModule(
mCompiled
) != 0) {
355
if (
mCompiled
->readModule(mSourceList[0]->takeModule()) != 0) {
362
if (
mCompiled
->linkModule(mSourceList[1]->takeModule()) != 0) {
369
if (
mCompiled
->compile(compileOnly) != 0) {
471
return
mCompiled
->getCompilerErrorMessage();
478
return
mCompiled
->lookup(name)
[
all
...]
Script.h
56
ScriptCompiled *
mCompiled
;
Completed in 1480 milliseconds