Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1188 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in Init()
1562 for (size_t i = 0; i < kLastCalleeSaveType; ++i) { in VisitConstantRoots()
1707 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1712 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1717 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1722 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1727 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1732 for (int i = 0; i != kLastCalleeSaveType; ++i) { in SetInstructionSet()
1742 DCHECK_LT(static_cast<int>(type), static_cast<int>(kLastCalleeSaveType)); in SetCalleeSaveMethod()
Druntime.h398 kLastCalleeSaveType // Value used for iteration enumerator
677 uint64_t callee_save_methods_[kLastCalleeSaveType];
691 QuickMethodFrameInfo callee_save_method_frame_infos_[kLastCalleeSaveType];
Dart_method-inl.h251 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in IsCalleeSaveMethod()
/art/compiler/
Dcommon_compiler_test.cc161 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in SetUp()
Dimage_writer.cc2135 for (size_t i = 0; i < static_cast<size_t>(Runtime::kLastCalleeSaveType); ++i) { in CopyAndFixupMethod()
/art/dex2oat/
Ddex2oat.cc2230 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in CreateRuntime()
/art/runtime/arch/
Dstub_test.cc43 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in SetUp()