Home
last modified time | relevance | path

Searched refs:kIntrinsicCurrentThread (Results 1 – 3 of 3) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.h98 kIntrinsicCurrentThread, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc179 static_assert(kIntrinsicIsStatic[kIntrinsicCurrentThread], "CurrentThread must be static");
587 INTRINSIC(JavaLangThread, CurrentThread, _Thread, kIntrinsicCurrentThread, 0),
/art/compiler/optimizing/
Dintrinsics.cc346 case kIntrinsicCurrentThread: in GetIntrinsic()