Searched refs:precompile (Results 1 – 14 of 14) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | InstructionFinder.java | 346 map.put("iconst", precompile(Const.ICONST_0, Const.ICONST_5, Const.ICONST_M1)); 350 map.put("lload", precompile(Const.LLOAD_0, Const.LLOAD_3, Const.LLOAD)); 351 map.put("iload", precompile(Const.ILOAD_0, Const.ILOAD_3, Const.ILOAD)); 352 map.put("dload", precompile(Const.DLOAD_0, Const.DLOAD_3, Const.DLOAD)); 353 map.put("fload", precompile(Const.FLOAD_0, Const.FLOAD_3, Const.FLOAD)); 354 map.put("aload", precompile(Const.ALOAD_0, Const.ALOAD_3, Const.ALOAD)); 355 map.put("lstore", precompile(Const.LSTORE_0, Const.LSTORE_3, Const.LSTORE)); 356 map.put("istore", precompile(Const.ISTORE_0, Const.ISTORE_3, Const.ISTORE)); 357 map.put("dstore", precompile(Const.DSTORE_0, Const.DSTORE_3, Const.DSTORE)); 358 map.put("fstore", precompile(Const.FSTORE_0, Const.FSTORE_3, Const.FSTORE)); [all …]
|
/external/libchrome/mojo/public/tools/bindings/ |
D | BUILD.gn | 82 "precompile",
|
/external/python/cpython3/PC/layout/ |
D | main.py | 274 if not ns.precompile or src not in PY_FILES or src.parent in DATA_DIRS: 419 ns.precompile
|
/external/clang/include/clang/Driver/ |
D | Types.def | 58 // C family input files to precompile.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_link.cpp | 362 if (brw->precompile && !brw_shader_precompile(ctx, shProg)) in brw_link_shader()
|
D | brw_context.h | 830 bool precompile; member
|
D | brw_context.c | 804 brw->precompile = driQueryOptionb(&brw->optionCache, "shader_precompile"); in brw_process_driconf_options()
|
/external/golang-protobuf/ptypes/any/ |
D | any.proto | 129 // In practice, teams usually precompile into the binary all types that they
|
/external/libtextclassifier/utils/intents/ |
D | intent-config.fbs | 196 // Whether to precompile the generators when loading.
|
/external/python/cpython3/PC/ |
D | store_info.txt | 45 python PC/layout --copy <layout directory> --preset-appxmanifest --precompile
|
/external/libchrome/ |
D | Android.bp | 727 " --use_bundled_pylibs precompile" +
|
/external/python/cpython3/Tools/msi/ |
D | README.txt | 252 installed/uninstalled nature, as opposed to the "precompile standard
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 1397 Windows installer does not precompile for -O or -OO.
|
/external/clang/docs/ |
D | PCHInternals.rst | 41 project, we *precompile* that bundle of headers into a single precompiled
|