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

  /art/compiler/dex/quick/
gen_common.cc 735 int res_reg = AllocTemp(); local
750 LoadWordDisp(rl_method.low_reg, dex_cache_offset, res_reg);
754 LoadWordDisp(res_reg, offset_of_type, rl_result.low_reg);
835 int res_reg = AllocTemp(); local
838 mirror::ArtMethod::DexCacheStringsOffset().Int32Value(), res_reg);
839 LoadWordDisp(res_reg, offset_of_string, rl_result.low_reg);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 346 X87Register res_reg,
lithium-codegen-ia32.cc     [all...]

Completed in 35 milliseconds