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

  /art/compiler/optimizing/
nodes_x86.h 148 HConstant* Evaluate(HLongConstant* x, HLongConstant* y) const override {
196 HConstant* Evaluate(HLongConstant* x) const override {
nodes.h 65 class HLongConstant;
552 HLongConstant* GetLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) {
755 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_;
    [all...]
ssa_builder.h 121 HDoubleConstant* GetDoubleEquivalent(HLongConstant* constant);
nodes_shared.h 104 HConstant* Evaluate(HLongConstant* x, HLongConstant* y) const override {
ssa_builder.cc 609 HDoubleConstant* SsaBuilder::GetDoubleEquivalent(HLongConstant* constant) {
graph_visualizer.cc 352 void VisitLongConstant(HLongConstant* instruction) override {
    [all...]
instruction_builder.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 199 milliseconds