HomeSort by relevance Sort by last modified time
    Searched refs:kPrimLong (Results 26 - 29 of 29) sorted by null

12

  /art/compiler/optimizing/
nodes.h 1116 explicit HLongConstant(int64_t value) : HConstant(Primitive::kPrimLong), value_(value) {}
    [all...]
  /art/runtime/mirror/
class.h 371 return GetPrimitiveType<kVerifyFlags>() == Primitive::kPrimLong;
    [all...]
  /art/runtime/
class_linker.cc 286 SetClassRoot(kPrimitiveLong, CreatePrimitiveClass(self, Primitive::kPrimLong));
    [all...]
class_linker_test.cc     [all...]

Completed in 474 milliseconds

12