Searched defs:Pass (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dpass.h28 class Pass;
30 // Empty Pass Data Class, can be extended by any pass extending the base Pass class.
35 * @class Pass
36 * @brief Base Pass class, can be extended to perform a more defined way of doing the work call.
38 class Pass { class in namespace:art
40 explicit Pass(const char* name) function in class:art::Pass
44 virtual ~Pass() {
113 DISALLOW_COPY_AND_ASSIGN(Pass);
/art/runtime/
H A Dbarrier.cc30 void Barrier::Pass(Thread* self) { function in class:art::Barrier
51 // that have not yet called the Pass function. When the
52 // Pass function is called by the last thread, the count will

Completed in 70 milliseconds