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

  /art/compiler/optimizing/
nodes_shared.h 96 return GetBlock()->GetGraph()->GetLongConstant(
nodes.cc 553 return GetLongConstant(value, dex_pc);
    [all...]
nodes.h 523 HLongConstant* GetLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) {
    [all...]
codegen_test.cc 634 op1 = graph->GetLongConstant(i);
635 op2 = graph->GetLongConstant(j);
load_store_elimination.cc 278 return GetGraph()->GetLongConstant(0);
instruction_builder.cc     [all...]
induction_var_analysis.cc     [all...]
inliner.cc     [all...]
instruction_simplifier.cc     [all...]

Completed in 75 milliseconds