Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1025 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in Init()
1375 for (size_t i = 0; i < kLastCalleeSaveType; ++i) { in VisitConstantRoots()
1505 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1510 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1515 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1520 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1525 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1530 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1540 DCHECK_LT(static_cast<int>(type), static_cast<int>(kLastCalleeSaveType)); in SetCalleeSaveMethod()
Druntime.h375 kLastCalleeSaveType // Value used for iteration enumerator
580 uint64_t callee_save_methods_[kLastCalleeSaveType];
594 QuickMethodFrameInfo callee_save_method_frame_infos_[kLastCalleeSaveType];
Dart_method-inl.h280 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in IsCalleeSaveMethod()
/art/compiler/
Dcommon_compiler_test.cc178 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in SetUp()
Dimage_writer.cc1404 for (size_t i = 0; i < static_cast<size_t>(Runtime::kLastCalleeSaveType); ++i) { in CopyAndFixupMethod()
/art/dex2oat/
Ddex2oat.cc1693 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in CreateRuntime()
/art/runtime/arch/
Dstub_test.cc42 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in SetUp()