HomeSort by relevance Sort by last modified time
    Searched defs:HConstant (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
hydrogen-instructions.cc 459 return IsConstant() && HConstant::cast(this)->HasInteger32Value();
464 return HConstant::cast(this)->Integer32Value();
925 HConstant* fun_const = HConstant::cast(function);
977 HConstant* add_offset =
978 HConstant::New(isolate, zone, context, actual_offset);
989 HConstant* sar_scale = HConstant::New(isolate, zone, context, actual_scale);
    [all...]
  /art/compiler/optimizing/
nodes.h 465 HConstant* GetConstant(Primitive::Type type, int64_t value, uint32_t dex_pc = kNoDexPc);
546 void InsertConstant(HConstant* instruction);
    [all...]

Completed in 384 milliseconds