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

  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 180 if (lte == null || lte.planted == false)
185 if (lte == null || lte.planted == false)
198 if (lte == null || lte.planted == false)
DAsm.java 118 * Holds CodeAddress associated with particular label and <i>planted</i>
120 * <i>planted</i> is false if this label is a target of forward branch and
124 LabelTableEntry(CodeAddress code_address, boolean planted) {
126 this.planted = planted;
130 boolean planted; field in class:DAsm.LabelTableEntry
134 * Hold a translation table "LabelX" -> CodeAddress, planted.
431 if (lte.planted == false) {
503 if (lte.planted == true)
506 lte.planted = true
    [all...]
  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 62 // describing immediate and memory operands to the instructions to be planted.
286 // A Call object is a reference to a call instruction that has been planted
330 // A jump object is a reference to a jump instruction that has been planted
X86Assembler.h     [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp     [all...]
  /external/webkit/JavaScriptCore/
ChangeLog-2009-06-16 593 Tweaks to ensure sizes of pointer values planted in JIT code do not change.
    [all...]

Completed in 174 milliseconds