Searched refs:OVERRIDE (Results 151 - 175 of 191) sorted by relevance

12345678

/art/compiler/linker/
H A Drelative_patcher_test.h250 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE {
/art/patchoat/
H A Dpatchoat.cc464 void Visit(ArtField* field) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
482 void Visit(ArtMethod* method) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
525 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
533 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
/art/runtime/base/
H A Darena_allocator.h253 void Release() OVERRIDE; member in class:art::FINAL
/art/runtime/gc/
H A Dallocation_record.cc196 bool VisitFrame() OVERRIDE NO_THREAD_SAFETY_ANALYSIS {
H A Dheap.cc1397 virtual void Run(Thread* thread) OVERRIDE NO_THREAD_SAFETY_ANALYSIS {
2835 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
2892 virtual void VisitRoot(mirror::Object* root, const RootInfo& root_info) OVERRIDE
3325 virtual mirror::Object* MarkObject(mirror::Object* obj) OVERRIDE {
3328 virtual void MarkHeapReference(mirror::HeapReference<mirror::Object>*) OVERRIDE {
3684 virtual void Run(Thread* self) OVERRIDE {
3742 virtual void Run(Thread* self) OVERRIDE {
3778 virtual void Run(Thread* self) OVERRIDE {
/art/runtime/
H A Dintern_table_test.cc67 mirror::Object* IsMarked(mirror::Object* s) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
H A Dinstrumentation.cc58 bool operator()(mirror::Class* klass) OVERRIDE REQUIRES(Locks::mutator_lock_) {
182 bool VisitFrame() OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
332 bool VisitFrame() OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
H A Dstack.cc529 bool VisitFrame() OVERRIDE {
555 bool VisitFrame() OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
588 bool VisitFrame() OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
H A Ddebugger.cc144 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
170 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
187 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
195 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
216 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
223 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
228 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
234 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
245 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
578 bool operator()(mirror::Class* klass) OVERRIDE REQUIRE
[all...]
H A Dmonitor_test.cc37 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE {
H A Dmonitor.cc228 bool VisitFrame() OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1364 virtual mirror::Object* IsMarked(mirror::Object* object) OVERRIDE
/art/compiler/optimizing/
H A Dcode_generator_x86.cc57 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
71 bool IsFatal() const OVERRIDE { return true; }
73 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathX86"; }
83 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
97 bool IsFatal() const OVERRIDE { return true; }
99 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathX86"; }
110 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
120 const char* GetDescription() const OVERRIDE { return "DivRemMinusOneSlowPathX86"; }
132 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
157 bool IsFatal() const OVERRIDE { retur
[all...]
H A Dcode_generator_x86_64.cc61 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
75 bool IsFatal() const OVERRIDE { return true; }
77 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathX86_64"; }
87 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
101 bool IsFatal() const OVERRIDE { return true; }
103 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathX86_64"; }
114 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
134 const char* GetDescription() const OVERRIDE { return "DivRemMinusOneSlowPathX86_64"; }
148 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
174 const char* GetDescription() const OVERRIDE { retur
[all...]
H A Dcode_generator_arm.cc69 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
81 bool IsFatal() const OVERRIDE { return true; }
83 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathARM"; }
93 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
105 bool IsFatal() const OVERRIDE { return true; }
107 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathARM"; }
118 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
142 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathARM"; }
159 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
183 bool IsFatal() const OVERRIDE { retur
[all...]
H A Dcode_generator_mips.cc151 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
176 bool IsFatal() const OVERRIDE { return true; }
178 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathMIPS"; }
188 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
203 bool IsFatal() const OVERRIDE { return true; }
205 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathMIPS"; }
221 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
255 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathMIPS"; }
278 void EmitNativeCode(CodeGenerator* codegen) OVERRIDE {
304 const char* GetDescription() const OVERRIDE { retur
[all...]
H A Dcodegen_test.cc74 void SetupBlockedRegisters() const OVERRIDE {
94 void SetupBlockedRegisters() const OVERRIDE {
/art/compiler/
H A Delf_builder.h198 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE {
206 off_t Seek(off_t offset, Whence whence) OVERRIDE {
213 bool Flush() OVERRIDE {
H A Dimage_writer.cc690 bool operator()(Class* c) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
831 bool operator()(Class* klass) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1352 const RootInfo& info ATTRIBUTE_UNUSED) OVERRIDE
1361 const RootInfo& info ATTRIBUTE_UNUSED) OVERRIDE
1683 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1691 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
H A Dimage_test.cc74 std::unordered_set<std::string>* GetImageClasses() OVERRIDE {
/art/compiler/driver/
H A Dcompiler_driver.cc1010 virtual bool operator()(mirror::Class* c) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1064 bool operator()(mirror::Class* klass) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1228 bool operator()(mirror::Class* klass) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
2035 void Visit(size_t class_def_index) OVERRIDE REQUIRES(!Locks::mutator_lock_) {
2148 virtual void Visit(size_t type_idx) OVERRIDE REQUIRES(!Locks::mutator_lock_) {
2240 virtual void Visit(size_t class_def_index) REQUIRES(!Locks::mutator_lock_) OVERRIDE {
2332 virtual void Visit(size_t class_def_index) REQUIRES(!Locks::mutator_lock_) OVERRIDE {
2393 virtual void Visit(size_t class_def_index) REQUIRES(!Locks::mutator_lock_) OVERRIDE {
2513 virtual bool operator()(mirror::Class* klass) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
2623 virtual void Visit(size_t class_def_index) REQUIRES(!Locks::mutator_lock_) OVERRIDE {
[all...]
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc197 virtual void Run(Thread* thread) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
234 virtual void Run(Thread* thread) OVERRIDE REQUIRES(Locks::mutator_lock_) {
339 virtual void Run(Thread* thread) OVERRIDE NO_THREAD_SAFETY_ANALYSIS {
495 void Run(Thread* thread) OVERRIDE NO_THREAD_SAFETY_ANALYSIS {
690 OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
896 virtual void Run(Thread* thread) OVERRIDE NO_THREAD_SAFETY_ANALYSIS {
/art/imgdiag/
H A Dimgdiag.cc1048 std::string* error_msg) OVERRIDE {
1077 virtual ParseStatus ParseChecks(std::string* error_msg) OVERRIDE {
/art/runtime/jit/
H A Djit_code_cache.cc448 bool VisitFrame() OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
471 void Run(Thread* thread) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
/art/oatdump/
H A Doatdump.cc1528 virtual void Visit(ArtMethod* method) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
2376 std::string* error_msg) OVERRIDE {
2427 virtual ParseStatus ParseChecks(std::string* error_msg) OVERRIDE {
2542 virtual bool NeedsRuntime() OVERRIDE {
2567 virtual bool ExecuteWithoutRuntime() OVERRIDE {
/art/compiler/utils/
H A Dassembler_test.h462 void SetUp() OVERRIDE {
478 void TearDown() OVERRIDE {

Completed in 614 milliseconds

12345678