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

  /art/compiler/dex/quick/mips/
target_mips.cc 257 arg.IsRef() ? kRef : kNotWide);
277 DCHECK(!arg.IsRef());
283 DCHECK(!(arg.IsWide() && arg.IsRef()));
285 arg.IsRef() ? kRef : (arg.IsWide() ? kWide : kNotWide));
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 825 DCHECK(!arg.IsRef());
839 DCHECK(!(arg.IsWide() && arg.IsRef()));
840 result = (arg.IsWide() || arg.IsRef()) ?
  /art/compiler/dex/quick/
mir_to_lir.cc 213 OpSize size = arg.IsRef() ? kReference :
225 OpSize size = arg.IsRef() ? kReference :
294 if (IsRef(size)) {
362 if (IsRef(size)) {
368 if (IsRef(size)) {
    [all...]
gen_common.cc 719 if (IsRef(size)) {
726 if (IsRef(size) && !mir_graph_->IsConstantNullRef(rl_src)) {
791 if (IsRef(size)) {
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]

Completed in 324 milliseconds