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

  /art/compiler/dex/quick/
gen_loadstore.cc 124 LoadConstantWide(r_dest, mir_graph_->ConstantValueWide(rl_src));
codegen_util.cc 67 res = InexpensiveConstantDouble(mir_graph_->ConstantValueWide(rl_src));
69 res = InexpensiveConstantLong(mir_graph_->ConstantValueWide(rl_src));
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 396 int64_t val = mir_graph_->ConstantValueWide(rl_src2);
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 231 int64_t val = mir_graph_->ConstantValueWide(rl_src2);
    [all...]
  /art/compiler/dex/
mir_graph.h 727 int64_t ConstantValueWide(RegLocation loc) const {
    [all...]
mir_graph.cc     [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 317 int64_t val = mir_graph_->ConstantValueWide(rl_src2);
    [all...]

Completed in 175 milliseconds