HomeSort by relevance Sort by last modified time
    Searched refs:kLastCalleeSaveType (Results 1 - 6 of 6) sorted by null

  /art/runtime/
runtime.h 352 kLastCalleeSaveType // Value used for iteration
521 GcRoot<mirror::ArtMethod> callee_save_methods_[kLastCalleeSaveType];
532 QuickMethodFrameInfo callee_save_method_frame_infos_[kLastCalleeSaveType];
runtime.cc 829 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
    [all...]
  /art/compiler/
common_compiler_test.cc 302 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
  /art/runtime/mirror/
art_method-inl.h 317 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
  /art/dex2oat/
dex2oat.cc 537 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
    [all...]
  /art/runtime/arch/
stub_test.cc 41 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
    [all...]

Completed in 162 milliseconds