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

  /art/compiler/dex/quick/mips/
int_mips.cc 257 void MipsMir2Lir::OpTlsCmp(ThreadOffset offset, int val) {
258 LOG(FATAL) << "Unexpected use of OpTlsCmp for Arm";
  /art/compiler/dex/quick/x86/
int_x86.cc 243 void X86Mir2Lir::OpTlsCmp(ThreadOffset offset, int val) {
288 OpTlsCmp(Thread::ThreadFlagsOffset(), 0);
  /art/compiler/dex/quick/arm/
int_arm.cc 501 void ArmMir2Lir::OpTlsCmp(ThreadOffset offset, int val) {
502 LOG(FATAL) << "Unexpected use of OpTlsCmp for Arm";
    [all...]

Completed in 121 milliseconds