HomeSort by relevance Sort by last modified time
    Searched full:renamer (Results 1 - 18 of 18) sorted by null

  /dalvik/dx/tests/087-ssa-local-vars/
info.txt 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
  /dalvik/dx/tests/094-scala-locals/
info.txt 1 This is a smoke test of the SSA renamer's local variable preserver.
  /external/javassist/src/main/javassist/bytecode/
ParameterAnnotationsAttribute.java 26 import javassist.bytecode.AnnotationsAttribute.Renamer;
181 Renamer renamer = new Renamer(info, getConstPool(), classnames); local
183 renamer.parameters();
AnnotationsAttribute.java 280 Renamer renamer = new Renamer(info, getConstPool(), classnames); local
282 renamer.annotationArray();
408 static class Renamer extends Walker {
413 * Constructs a renamer. It renames some class names
421 Renamer(byte[] info, ConstPool cp, Map map) {
  /external/proguard/src/proguard/
OutputWriter.java 175 // Wrap the resource writer with a filter and a data entry renamer,
191 // Wrap the directory writer with a filter and a data entry renamer,
  /frameworks/native/include/utils/
RefBase.h 160 static void renameRefs(size_t n, const ReferenceRenamer& renamer);
198 inline static void renameRefs(size_t n, const ReferenceRenamer& renamer) { }
479 class Renamer : public ReferenceRenamer {
487 Renamer(sp<TYPE>* d, sp<TYPE> const* s) : s(s), d(d) { }
491 TYPE::renameRefs(n, Renamer(d, s));
498 class Renamer : public ReferenceRenamer {
506 Renamer(wp<TYPE>* d, wp<TYPE> const* s) : s(s), d(d) { }
510 TYPE::renameRefs(n, Renamer(d, s));
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 38 * Unlike the original algorithm presented in Appel, this renamer converts
50 * But, please note, the SSA Renamer's ignoring of the adjoining-register ROP
96 * Constructs an instance of the renamer
147 * Constructs an instance of the renamer with threshold set
305 * Constructs a block renamer instance. Call {@code process}
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 38 * Unlike the original algorithm presented in Appel, this renamer converts
50 * But, please note, the SSA Renamer's ignoring of the adjoining-register ROP
96 * Constructs an instance of the renamer
147 * Constructs an instance of the renamer with threshold set
305 * Constructs a block renamer instance. Call {@code process}
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 238 /// Visited - The set of basic blocks the renamer has already visited.
566 // The renamer uses the Visited set to avoid infinite loops. Clear it now.
617 // At this point, the renamer has added entries to PHI nodes for all reachable
618 // code. Unfortunately, there may be unreachable blocks which the renamer
    [all...]
  /frameworks/native/libs/utils/
RefBase.cpp 630 void RefBase::renameRefs(size_t n, const ReferenceRenamer& renamer) {
633 renamer(i);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 68 USE or a VUSE. In those cases, the SSA renamer creates an SSA name
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 68 USE or a VUSE. In those cases, the SSA renamer creates an SSA name
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 68 USE or a VUSE. In those cases, the SSA renamer creates an SSA name
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 68 USE or a VUSE. In those cases, the SSA renamer creates an SSA name
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 504 milliseconds