Home
last modified time | relevance | path

Searched refs:kLastCalleeSaveType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Druntime.cc813 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in Init()
1161 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in VisitNonThreadRoots()
1281 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1286 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1291 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1296 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1301 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1311 DCHECK_LT(static_cast<int>(type), static_cast<int>(kLastCalleeSaveType)); in SetCalleeSaveMethod()
Druntime.h344 kLastCalleeSaveType // Value used for iteration enumerator
513 GcRoot<mirror::ArtMethod> callee_save_methods_[kLastCalleeSaveType];
521 QuickMethodFrameInfo callee_save_method_frame_infos_[kLastCalleeSaveType];
/art/compiler/
Dcommon_compiler_test.cc307 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in SetUp()
/art/runtime/mirror/
Dart_method-inl.h309 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in IsCalleeSaveMethod()
/art/dex2oat/
Ddex2oat.cc505 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in CreateRuntime()
/art/runtime/arch/
Dstub_test.cc41 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in SetUp()