Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 145) sorted by relevance

123456

/art/test/118-noimage-dex2oat/
Dexpected.txt1 Run -Xnoimage-dex2oat
5 Run -Ximage-dex2oat
9 Run default
/art/runtime/gc/allocator/
Drosalloc-inl.h55 inline bool RosAlloc::Run::IsFull() { in IsFull()
66 Run* thread_local_run = reinterpret_cast<Run*>(self->GetRosAllocRun(idx)); in CanAllocFromThreadLocalRun()
86 Run* thread_local_run = reinterpret_cast<Run*>(self->GetRosAllocRun(idx)); in AllocFromThreadLocalRun()
111 inline void* RosAlloc::Run::AllocSlot() { in AllocSlot()
Drosalloc.cc53 RosAlloc::Run* RosAlloc::dedicated_full_run_ =
54 reinterpret_cast<RosAlloc::Run*>(dedicated_full_run_storage_);
503 Run* run = nullptr; in FreeInternal()
526 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); in FreeInternal()
548 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun()
549 RosAlloc::Run* new_run = nullptr; in AllocRun()
552 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun()
582 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) { in RefillRun()
588 Run* non_full_run = *it; in RefillRun()
599 Run* current_run = current_runs_[idx]; in AllocFromCurrentRunUnlocked()
[all …]
Drosalloc.h350 class Run {
369 return sizeof(Run); in fixed_header_size()
637 size_t operator()(const RosAlloc::Run* r) const { in operator()
643 bool operator()(const RosAlloc::Run* r1, const RosAlloc::Run* r2) const { in operator()
716 AllocationTrackingSet<Run*, kAllocatorTagRosAlloc> non_full_runs_[kNumOfSizeBrackets];
719 std::unordered_set<Run*, hash_run, eq_run, TrackingAllocator<Run*, kAllocatorTagRosAlloc>>
725 static Run* dedicated_full_run_;
731 Run* current_runs_[kNumOfSizeBrackets];
797 size_t FreeFromRun(Thread* self, void* ptr, Run* run)
801 Run* AllocRun(Thread* self, size_t idx) REQUIRES(!lock_);
[all …]
/art/compiler/optimizing/
Dgraph_checker_test.cc56 graph_checker.Run(); in TestCode()
100 graph_checker.Run(); in TEST_F()
106 graph_checker.Run(); in TEST_F()
115 graph_checker.Run(); in TEST_F()
125 graph_checker.Run(); in TEST_F()
Dssa_phi_elimination.h34 bool Run() override;
56 bool Run() override;
Dgvn_test.cc102 side_effects.Run(); in TEST_F()
103 GVNOptimization(graph, side_effects).Run(); in TEST_F()
180 side_effects.Run(); in TEST_F()
181 GVNOptimization(graph, side_effects).Run(); in TEST_F()
283 side_effects.Run(); in TEST_F()
284 GVNOptimization(graph, side_effects).Run(); in TEST_F()
298 side_effects.Run(); in TEST_F()
299 GVNOptimization(graph, side_effects).Run(); in TEST_F()
374 side_effects.Run(); in TEST_F()
400 side_effects.Run(); in TEST_F()
[all …]
Dconstant_folding.h44 bool Run() override;
Dselect_generator.h70 bool Run() override;
Dinstruction_simplifier_arm64.h33 bool Run() override;
Dinstruction_simplifier_arm.h33 bool Run() override;
Dcha_guard_optimization.h33 bool Run() override;
Dselect_generator_test.cc74 side_effects.Run(); in CheckGraphAndTrySelectGenerator()
75 return HSelectGenerator(graph_, /*handles*/ nullptr, /*stats*/ nullptr).Run(); in CheckGraphAndTrySelectGenerator()
Ddead_code_elimination_test.cc46 HDeadCodeElimination(graph, /* stats= */ nullptr, "dead_code_elimination").Run(); in TestCode()
48 graph_checker.Run(); in TestCode()
Dx86_memory_gen.h34 bool Run() override;
Dconstructor_fence_redundancy_elimination.h55 bool Run() override;
Dcode_sinking.h36 bool Run() override;
/art/tools/
Drun-libcore-tests.sh64 Run libcore tests using the vogar testing tool.
84 1. Run full test suite on host:
87 2. Run full test suite on device:
90 3. Run tests only from the libcore.java.lang package on device:
/art/runtime/
Dthread_pool.h35 virtual void Run(Thread* self) = 0;
41 void Run(Thread* self) override { in Run() function
67 void Run(Thread* self) override { in Run() function
94 virtual void Run();
Dthread_pool_test.cc32 void Run(Thread* self) override { in Run() function in art::CountTask
132 void Run(Thread* self) override { in Run() function in art::TreeTask
167 void Run(Thread* self) override { in Run() function in art::PeerTask
181 void Run(Thread* self) override { in Run() function in art::NoPeerTask
/art/test/1963-add-to-dex-classloader-in-memory/
Dexpected.txt1 - Run while adding new referenced class.
11 - Run without adding new referenced class.
/art/test/203-multi-checkpoint/
Dmulti_checkpoint.cc31 void Run(Thread* self) override { in Run() function
65 void Run(Thread* self) override { in Run() function
/art/tools/veridex/
Dprecise_hidden_api_finder.cc62 void PreciseHiddenApiFinder::Run(const std::vector<std::unique_ptr<VeridexResolver>>& resolvers, in Run() function in art::PreciseHiddenApiFinder
69 collector.Run(); in Run()
87 substitutor.Run(); in Run()
/art/test/1964-add-to-dex-classloader-file/
Dexpected.txt1 - Run while adding new referenced class.
15 - Run without adding new referenced class.
/art/runtime/gc/
Dtask_processor_test.cc36 void Run(Thread* self) override { in Run() function in art::gc::RecursiveTask
55 void Run(Thread* self) override { in Run() function in art::gc::WorkUntilDoneTask
108 void Run(Thread* thread ATTRIBUTE_UNUSED) override { in Run() function in art::gc::TestOrderTask

123456