Searched defs:Compile (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-linkage.cc30 static Handle<JSFunction> Compile(const char* source) { function
46 Handle<JSFunction> function = Compile("a + b");
88 Handle<JSFunction> function = Compile("a + c");
H A Dfunction-tester.h33 Compile(function);
43 Handle<JSFunction> Compile(Handle<JSFunction> function) { function in class:v8::internal::compiler::FunctionTester
/external/chromium_org/v8/test/cctest/
H A Dtest-func-name-inference.cc95 static v8::Handle<v8::Script> Compile(v8::Isolate* isolate, const char* src) { function
96 return v8::Script::Compile(v8::String::NewFromUtf8(isolate, src));
104 v8::Handle<v8::Script> script = Compile(
117 v8::Handle<v8::Script> script = Compile(
130 v8::Handle<v8::Script> script = Compile(
145 v8::Handle<v8::Script> script = Compile(
160 v8::Handle<v8::Script> script = Compile(
177 v8::Handle<v8::Script> script = Compile(
196 v8::Handle<v8::Script> script = Compile(
215 v8::Handle<v8::Script> script = Compile(
[all...]
H A Dtest-compiler.cc58 static Handle<JSFunction> Compile(const char* source) { function
76 Handle<JSFunction> fun = Compile(buffer.start());
93 Handle<JSFunction> fun = Compile("result = x + y;");
112 Handle<JSFunction> fun = Compile("if (x < 0) result = -x; else result = x;");
131 Compile("s = 0; while (n > 0) { s += n; n -= 1; }; result = s;");
153 Handle<JSFunction> fun = Compile(source);
184 Handle<JSFunction> fun = Compile(source);
198 Handle<JSFunction> fun = Compile(source);
222 Handle<JSFunction> fun0 = Compile(source);
280 v8::Script::Compile(script_bod
[all...]
H A Dtest-regexp.cc500 static RegExpNode* Compile(const char* input, bool multiline, bool is_one_byte, function
512 RegExpEngine::Compile(&compile_data, false, false, multiline, false, pattern,
522 RegExpNode* node = Compile(input, multiline, is_one_byte, &zone);
/external/clang/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/external/chromium_org/build/android/buildbot/
H A Dbb_host_steps.py52 def Compile(options): function
104 ('compile', Compile),
/external/chromium_org/build/android/gyp/
H A Djavac.py89 def Compile(): function in function:DoJavac
97 Compile,
/external/chromium_org/third_party/re2/re2/
H A Dfiltered_re2.cc43 void FilteredRE2::Compile(vector<string>* atoms) { function in class:re2::FilteredRE2
54 prefilter_tree_->Compile(atoms);
68 LOG(DFATAL) << "FirstMatch called before Compile";
H A Dset.cc30 LOG(DFATAL) << "RE2::Set::Add after Compile";
69 bool RE2::Set::Compile() { function in class:RE2::Set
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
86 LOG(ERROR) << "Error simplifying during Compile.";
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
H A Dprefilter_tree.cc76 LOG(DFATAL) << "Add after Compile.";
87 void PrefilterTree::Compile(vector<string>* atom_vec) { function in class:re2::PrefilterTree
89 LOG(DFATAL) << "Compile after Compile.";
94 // PrefilterTree that call Compile before adding any regexps,
95 // and expect Compile not to have effect.
295 LOG(WARNING) << "Compile() not called";
H A Dcompile.cc5 // Compile regular expression to Prog.
132 static Prog *Compile(Regexp* re, bool reversed, int64 max_mem);
992 Prog* Compiler::Compile(Regexp* re, bool reversed, int64 max_mem) { function in class:re2::Compiler
1081 return Compiler::Compile(this, false, max_mem);
1085 return Compiler::Compile(this, true, max_mem);
1100 // Compile alternation of fragments.
/external/lldb/source/Core/
H A DRegularExpression.cpp39 Compile(re);
53 Compile(re);
59 Compile(rhs.GetText(), rhs.GetCompileFlags());
67 Compile (rhs.GetText(), rhs.GetCompileFlags());
83 // Compile a regular expression using the supplied regular
95 RegularExpression::Compile(const char* re) function in class:RegularExpression
97 return Compile (re, m_compile_flags);
101 RegularExpression::Compile(const char* re, int flags) function in class:RegularExpression
/external/regex-re2/re2/
H A Dfiltered_re2.cc43 void FilteredRE2::Compile(vector<string>* atoms) { function in class:re2::FilteredRE2
54 prefilter_tree_->Compile(atoms);
68 LOG(DFATAL) << "FirstMatch called before Compile";
H A Dset.cc30 LOG(DFATAL) << "RE2::Set::Add after Compile";
69 bool RE2::Set::Compile() { function in class:RE2::Set
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
86 LOG(ERROR) << "Error simplifying during Compile.";
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
H A Dprefilter_tree.cc71 LOG(DFATAL) << "Add after Compile.";
82 void PrefilterTree::Compile(vector<string>* atom_vec) { function in class:re2::PrefilterTree
84 LOG(DFATAL) << "Compile after Compile.";
89 // PrefilterTree that call Compile before adding any regexps,
90 // and expect Compile not to have effect.
288 LOG(WARNING) << "Compile() not called";
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc201 bool JtlCompiler::Compile(const std::string& source_code, function in class:JtlCompiler
/external/clang/lib/Driver/
H A DTools.h34 class Compile;
86 visualstudio::Compile *getCLFallback() const;
88 mutable std::unique_ptr<visualstudio::Compile> CLFallback;
151 class LLVM_LIBRARY_VISIBILITY Compile : public Common { class in namespace:clang::driver::tools::gcc
153 Compile(const ToolChain &TC) : Common("gcc::Compile", function in class:clang::driver::tools::gcc::Compile
177 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
590 class LLVM_LIBRARY_VISIBILITY Compile : public Tool { class in namespace:clang::driver::tools::visualstudio
592 Compile(const ToolChain &TC) : Tool("visualstudio::Compile", "compile function in class:clang::driver::tools::visualstudio::Compile
[all...]
H A DToolChains.h183 mutable std::unique_ptr<tools::gcc::Compile> Compile; member in class:clang::driver::toolchains::Generic_GCC
/external/openfst/src/include/fst/
H A Dstring.h50 // Compile string 's' into FST 'fst'.
56 Compile(labels, fst);
65 Compile(labels, fst, w);
95 void Compile(const vector<Label> &labels, MutableFst<A> *fst, function in class:fst::StringCompiler
107 void Compile(const vector<Label> &labels, function in class:fst::StringCompiler
113 void Compile(const vector<Label> &labels, function in class:fst::StringCompiler
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen.cc714 void CodeGen::Compile(Instruction* instructions, SandboxBPF::Program* program) { function in class:sandbox::CodeGen
717 "Cannot call Compile() multiple times. Create a new code "
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp126 FX_BOOL CJS_Context::Compile(const CFX_WideString& script, CFX_WideString& info) function in class:CJS_Context
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc73 re_partial_ = Compile(UNANCHORED);
75 re_full_ = Compile(ANCHOR_BOTH);
108 pcre* PCRE::Compile(Anchor anchor) { function in class:re2::PCRE
114 // UNANCHORED Compile the original pattern, and use
116 // ANCHOR_START Compile the original pattern, and use
/external/pcre/dist/
H A Dpcrecpp.cc94 re_partial_ = Compile(UNANCHORED);
96 re_full_ = Compile(ANCHOR_BOTH);
112 pcre* RE::Compile(Anchor anchor) { function in class:pcrecpp::RE
122 // UNANCHORED Compile the original pattern, and use
124 // ANCHOR_START Compile the original pattern, and use
/external/regex-re2/util/
H A Dpcre.cc68 re_partial_ = Compile(UNANCHORED);
70 re_full_ = Compile(ANCHOR_BOTH);
103 pcre* PCRE::Compile(Anchor anchor) { function in class:re2::PCRE
109 // UNANCHORED Compile the original pattern, and use
111 // ANCHOR_START Compile the original pattern, and use

Completed in 364 milliseconds

12