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

  /art/compiler/dex/quick/
mir_to_lir.h 39 #define IS_LOAD (1ULL << kMemLoad)
256 void SetMemRefType(LIR* lir, bool is_load, int mem_type);
257 void AnnotateDalvikRegAccess(LIR* lir, int reg_id, bool is_load, bool is64bit);
    [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 519 #define IS_LOAD (1 << kMemLoad)
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 675 #define IS_LOAD (1 << kMemLoad)
    [all...]

Completed in 351 milliseconds