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

  /art/compiler/dex/quick/arm/
call_arm.cc 133 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
158 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
  /art/compiler/dex/quick/
gen_common.cc 629 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
690 bool fast_path = FastInstance(field_idx, field_offset, is_volatile,
    [all...]
mir_to_lir.h 253 bool FastInstance(uint32_t field_idx, int& field_offset, bool& is_volatile, bool is_put);
    [all...]
codegen_util.cc 53 bool Mir2Lir::FastInstance(uint32_t field_idx, int& field_offset, bool& is_volatile, bool is_put) {
    [all...]

Completed in 127 milliseconds