Searched refs:compile (Results 1 – 19 of 19) sorted by relevance
/art/tools/ |
D | generate_operator_out.py | 26 _ENUM_START_RE = re.compile(r'\benum\b\s+(class\s+)?(\S+)\s+:?.*\{(\s+// private)?') 27 _ENUM_VALUE_RE = re.compile(r'([A-Za-z0-9_]+)(.*)') 28 _ENUM_END_RE = re.compile(r'^\s*\};$') 75 m = re.compile(r'^namespace (\S+) \{').search(raw_line) 79 m = re.compile(r'^\}\s+// namespace').search(raw_line) 85 …m = re.compile(r'^\s*(?:class|struct)(?: MANAGED)?(?: PACKED\([0-9]\))? (\S+).* \{').search(raw_li… 91 m = re.compile(r'^\s*\}(\s+)?(while)?(.+)?;').search(raw_line) 112 m_comment = re.compile(r'// <<(.*?)>>').search(raw_line) 140 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)
|
D | analyze-init-failures.py | 27 _CLASS_RE = re.compile(r'^L(.*);$') 28 _ERROR_LINE_RE = re.compile(r'^dalvik.system.TransactionAbortError: (.*)') 29 _STACK_LINE_RE = re.compile(r'^\s*at\s[^\s]*\s([^\s]*)')
|
/art/test/511-clinit-interface/ |
D | info.txt | 1 Test that compilers don't crash when having to compile
|
/art/test/629-vdex-speed/ |
D | info.txt | 1 Regression test for vdex that used to not AOT compile
|
/art/test/674-vdex-uncompress/ |
D | info.txt | 1 Test that dex2oat can compile an APK that has uncompressed dex files,
|
/art/test/911-get-stack-trace/src/art/ |
D | PrintThread.java | 47 Pattern.compile(IGNORE_THREAD_NAME_REGEX).matcher(""); 54 Pattern.compile(CUT_STACK_THREAD_NAME_REGEX).matcher("");
|
/art/test/121-modifiers/ |
D | info.txt | 5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then 8 Finally, compile with jack/jill or dx, and run baksmali.
|
/art/test/800-smali/ |
D | info.txt | 2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
|
/art/test/664-aget-verifier/ |
D | info.txt | 5 checks and never actually null at runtime. This fails compile-time verification,
|
/art/test/965-default-verify/ |
D | info.txt | 4 build-src contains java files that are needed if you are to compile with javac
|
/art/test/094-pattern/src/ |
D | Main.java | 72 public static final Pattern WEB_URL = Pattern.compile(WEB_URL_STR);
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 10 be non-null at compile-time (as is the case in this test), it will
|
/art/build/ |
D | Android.oat.mk | 113 --generate-debug-info --generate-build-id --compile-pic \ 217 --generate-debug-info --generate-build-id --compile-pic \
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Device.java | 245 Matcher m = Pattern.compile("(\'[^\']+\'| *[^ ]+ *)").matcher(command); in splitCommand()
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 257 opcode_re = re.compile(r"^\s*V\((....), (\w+),.*", re.DOTALL)
|
/art/cmdline/ |
D | README.md | 91 compile time). 210 // at compile-time and this will no longer be required
|
/art/compiler/ |
D | Android.bp | 19 // 64bit variant. It also might be good to allow one to compile only the 64bit variant without the
|
/art/compiler/driver/ |
D | compiler_driver.cc | 631 bool compile = compilation_enabled && in CompileMethodQuick() local 644 if (compile) { in CompileMethodQuick() 2704 auto compile = [&context, &compile_fn](size_t class_def_index) { in CompileDexFile() local 2782 context.ForAllLambda(0, dex_file.NumClassDefs(), compile, thread_count); in CompileDexFile()
|
/art/runtime/ |
D | Android.bp | 463 // they are used to cross compile for the target.
|