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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 64 Thread* self, bool* slow_path) {
68 *slow_path = true;
79 *slow_path = true;
85 *slow_path = true;
100 *slow_path = true;
115 bool* slow_path) {
127 *slow_path = true;
147 bool slow_path = false; local
148 mirror::Class* klass = CheckObjectAlloc<kAccessCheck>(type_idx, method, self, &slow_path);
149 if (UNLIKELY(slow_path)) {
166 bool slow_path = false; local
235 bool slow_path = false; local
    [all...]
entrypoint_utils.h 47 Thread* self, bool* slow_path)
52 bool* slow_path)
85 bool* slow_path)
  /art/compiler/optimizing/
intrinsics_arm.cc 807 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke) local
843 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke); local
866 SlowPathCodeARM* slow_path = nullptr; local
959 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke); local
1005 SlowPathCodeARM* slow_path = new (GetAllocator()) IntrinsicSlowPathARM(invoke); local
    [all...]
intrinsics_arm64.cc 951 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke); local
986 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke); local
1009 SlowPathCodeARM64* slow_path = nullptr; local
1099 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke); local
1148 SlowPathCodeARM64* slow_path = new (GetAllocator()) IntrinsicSlowPathARM64(invoke); local
    [all...]
intrinsics_x86_64.cc 826 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke); local
827 codegen_->AddSlowPath(slow_path);
833 __ j(kAboveEqual, slow_path->GetEntryLabel());
838 __ Bind(slow_path->GetExitLabel());
860 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke); local
861 codegen_->AddSlowPath(slow_path);
862 __ j(kEqual, slow_path->GetEntryLabel());
866 __ Bind(slow_path->GetExitLabel());
918 SlowPathCodeX86_64* slow_path = nullptr; local
1038 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke); local
1082 SlowPathCodeX86_64* slow_path = new (GetAllocator()) IntrinsicSlowPathX86_64(invoke); local
    [all...]
code_generator.cc 636 SlowPathCode* slow_path) {
757 if (slow_path != nullptr && slow_path->IsCoreRegisterSaved(id)) {
758 uint32_t offset = slow_path->GetStackOffsetOfCoreRegister(id);
777 if (slow_path != nullptr && slow_path->IsFpuRegisterSaved(id)) {
778 uint32_t offset = slow_path->GetStackOffsetOfFpuRegister(id);
799 if (slow_path != nullptr && slow_path->IsFpuRegisterSaved(low)) {
800 uint32_t offset = slow_path->GetStackOffsetOfFpuRegister(low)
    [all...]
code_generator_arm64.cc 1039 SuspendCheckSlowPathARM64* slow_path = local
1441 BoundsCheckSlowPathARM64* slow_path = new (GetGraph()->GetArena()) BoundsCheckSlowPathARM64( local
1463 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64( local
1489 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64( local
1658 SlowPathCodeARM64* slow_path = local
1830 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) local
1887 SlowPathCodeARM64* slow_path = local
2117 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64( local
2157 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM64(load); local
2385 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathARM64(instruction); local
    [all...]
code_generator_mips64.cc 985 SuspendCheckSlowPathMIPS64* slow_path = local
1577 BoundsCheckSlowPathMIPS64* slow_path = new (GetGraph()->GetArena()) BoundsCheckSlowPathMIPS64( local
1612 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathMIPS64( local
1638 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathMIPS64( local
1875 SlowPathCodeMIPS64* slow_path = local
2093 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) local
2267 SlowPathCodeMIPS64* slow_path = local
2497 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathMIPS64( local
2539 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathMIPS64(load); local
2794 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathMIPS64(instruction); local
    [all...]
intrinsics_x86.cc 901 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); local
902 codegen_->AddSlowPath(slow_path);
908 __ j(kAboveEqual, slow_path->GetEntryLabel());
936 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); local
993 SlowPathCodeX86* slow_path = nullptr; local
1114 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); local
1156 SlowPathCodeX86* slow_path = new (GetAllocator()) IntrinsicSlowPathX86(invoke); local
    [all...]
code_generator_arm.cc 890 SlowPathCode* slow_path) {
893 RecordPcInfo(instruction, dex_pc, slow_path);
1023 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) local
2413 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) DivZeroCheckSlowPathARM(instruction); local
3143 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathARM(instruction); local
3484 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) BoundsCheckSlowPathARM( local
3542 SuspendCheckSlowPathARM* slow_path = local
3809 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM( local
3833 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM( local
3858 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM(load); local
3915 SlowPathCodeARM* slow_path = nullptr; local
3968 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM( local
    [all...]
code_generator_x86_64.cc 896 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) local
898 codegen_->AddSlowPath(slow_path);
899 Label* slow_path_entry = slow_path->GetEntryLabel();
2699 SlowPathCodeX86_64* slow_path = local
2870 SlowPathCodeX86_64* slow_path = local
3397 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathX86_64(instruction); local
3781 SlowPathCodeX86_64* slow_path = local
3870 SuspendCheckSlowPathX86_64* slow_path = local
4135 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathX86_64( local
4159 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathX86_64( local
4173 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathX86_64(load); local
4229 SlowPathCodeX86_64* slow_path = nullptr; local
4286 SlowPathCodeX86_64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathX86_64( local
    [all...]
code_generator_x86.cc 933 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) local
2488 SlowPathCodeX86* slow_path = local
2698 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) DivZeroCheckSlowPathX86(instruction); local
3522 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathX86(instruction); local
3929 SlowPathCodeX86* slow_path = local
4003 SuspendCheckSlowPathX86* slow_path = local
4289 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathX86( local
4313 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathX86( local
4336 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathX86(load); local
4390 SlowPathCodeX86* slow_path = nullptr; local
4448 SlowPathCodeX86* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathX86( local
    [all...]
code_generator.h 219 void RecordPcInfo(HInstruction* instruction, uint32_t dex_pc, SlowPathCode* slow_path = nullptr);
223 void AddSlowPath(SlowPathCode* slow_path) {
224 slow_paths_.Add(slow_path);
code_generator_arm.h 177 void GenerateClassInitializationCheck(SlowPathCodeARM* slow_path, Register class_reg);
273 int32_t offset, HInstruction* instruction, uint32_t dex_pc, SlowPathCode* slow_path);
code_generator_mips64.h 185 void GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, GpuRegister class_reg);
278 SlowPathCode* slow_path);
code_generator_arm64.h 155 void GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path, vixl::Register class_reg);
335 SlowPathCode* slow_path);
code_generator_x86.h 160 void GenerateClassInitializationCheck(SlowPathCodeX86* slow_path, Register class_reg);
code_generator_x86_64.h 170 void GenerateClassInitializationCheck(SlowPathCodeX86_64* slow_path, CpuRegister class_reg);
nodes.h     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 236 SpecialSuspendCheckSlowPath* slow_path = local
238 AddSlowPath(slow_path);
239 return slow_path;
280 auto* slow_path = GenSpecialSuspendTest(); local
281 slow_path->PreserveArg(data.object_arg);
352 auto* slow_path = GenSpecialSuspendTest(); local
353 slow_path->PreserveArg(data.object_arg);
354 slow_path->PreserveArg(data.src_arg);
380 auto* slow_path = GenSpecialSuspendTest(); local
381 slow_path->PreserveArg(data.arg)
    [all...]

Completed in 702 milliseconds