HomeSort by relevance Sort by last modified time
    Searched defs:LOAD (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tools/preload/
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
32 LOAD, INIT
99 case LOAD: return loadedClass.medianLoadTimeMicros();
  /external/qemu/distrib/zlib-1.2.3/
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
471 LOAD();
inflate.c 402 /* Load registers with state in inflate() for speed */
403 #define LOAD() \
500 input left to load n bits into the accumulator, or it continues. BITS(n)
583 LOAD();
    [all...]
  /external/zlib/src/
infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();
inflate.c 457 /* Load registers with state in inflate() for speed */
458 #define LOAD() \
550 input left to load n bits into the accumulator, or it continues. BITS(n)
633 LOAD();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 68 /// This is basically a hard coded load instruction which additionally
72 /// Like a regular LOAD but additionally taking/producing a flag.
73 LOAD,
75 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is
76 /// a hard coded load instruction.
162 /// LARX = This corresponds to PPC l{w|d}arx instrcution: load and
191 /// byte-swapping load instruction. It loads "Type" bits, byte swaps it,
259 /// can be legally represented as pre-indexed load / store address.
342 /// by AM is legal for this target, for a load/store of the specified type.
346 /// as the offset of the target addressing mode for load / store of th
    [all...]
  /external/v8/src/
ic.h 328 MUST_USE_RESULT MaybeObject* Load(State state,
376 LOAD,
410 ASSERT(stub_kind != LOAD);
473 MUST_USE_RESULT MaybeObject* Load(State state,
  /dalvik/vm/compiler/template/mips/
header.S 185 #define LOAD(rd, rbase) lw rd, 0(rbase)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 192 #define LOAD(rd, rbase) lw rd, 0(rbase)
551 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 53 LOAD, // --load-extension.
106 bool is_public; // False if only this extension can load this plugin.
378 return location == Extension::LOAD ||
385 return location == Extension::LOAD;
438 // file thread. To easily load extension images on the UI thread, see
446 // file thread. To easily load extension images on the UI thread, see
518 // the browser might load (like themes and page action icons).
701 // Helpers to load various chunks of the manifest.
715 // Helper method to load an ExtensionAction from the page_action o
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 459 /// LOAD and STORE have token chains as their first operand, then the same
460 /// operands as an LLVM load/store instruction, then an offset node that
463 LOAD, STORE,
600 /// OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
614 /// This corresponds to "load atomic" instruction.
656 /// MemIndexedMode enum - This enum defines the load / store indexed
659 /// UNINDEXED "Normal" load / store. The effective address is alread
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 236 milliseconds