Home
last modified time | relevance | path

Searched refs:CompilationResult (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DMain.py379 result = CompilationResult()
509 class CompilationResult(object): class
/external/chromium_org/v8/src/
Djsregexp.h1649 struct CompilationResult { struct
1650 CompilationResult(Isolate* isolate, const char* error_message) in CompilationResult() argument
1654 CompilationResult(Object* code, int registers) in CompilationResult() function
1663 static CompilationResult Compile(RegExpCompileData* input, bool ignore_case, argument
Djsregexp.cc436 RegExpEngine::CompilationResult result = RegExpEngine::Compile( in CompileIrregexp()
1006 RegExpEngine::CompilationResult Assemble(RegExpMacroAssembler* assembler,
1066 static RegExpEngine::CompilationResult IrregexpRegExpTooBig(Isolate* isolate) { in IrregexpRegExpTooBig()
1067 return RegExpEngine::CompilationResult(isolate, "RegExp too big"); in IrregexpRegExpTooBig()
1089 RegExpEngine::CompilationResult RegExpCompiler::Assemble( in Assemble()
1139 return RegExpEngine::CompilationResult(*code, next_register_); in Assemble()
6034 RegExpEngine::CompilationResult RegExpEngine::Compile( in Compile()
6103 return CompilationResult(zone->isolate(), error_message); in Compile()