HomeSort by relevance Sort by last modified time
    Searched defs:OVERRIDE (Results 1 - 25 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/ti-agent/
ti_macros.h 23 #define OVERRIDE override
  /art/compiler/linker/arm/
relative_patcher_thumb2.h 32 uint32_t target_offset) OVERRIDE;
36 uint32_t target_offset) OVERRIDE;
39 uint32_t patch_offset) OVERRIDE;
42 ThunkKey GetBakerReadBarrierKey(const LinkerPatch& patch) OVERRIDE;
43 std::vector<uint8_t> CompileThunk(const ThunkKey& key) OVERRIDE;
44 uint32_t MaxPositiveDisplacement(ThunkType type) OVERRIDE;
45 uint32_t MaxNegativeDisplacement(ThunkType type) OVERRIDE;
  /art/compiler/linker/
file_output_stream.h 30 ~FileOutputStream() OVERRIDE {}
32 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE;
34 off_t Seek(off_t offset, Whence whence) OVERRIDE;
36 bool Flush() OVERRIDE;
  /art/compiler/optimizing/
cha_guard_optimization.h 32 void Run() OVERRIDE;
code_sinking.h 34 void Run() OVERRIDE;
constant_folding.h 44 void Run() OVERRIDE;
dead_code_elimination.h 35 void Run() OVERRIDE;
prepare_for_register_allocation.h 39 void VisitNullCheck(HNullCheck* check) OVERRIDE;
40 void VisitDivZeroCheck(HDivZeroCheck* check) OVERRIDE;
41 void VisitBoundsCheck(HBoundsCheck* check) OVERRIDE;
42 void VisitBoundType(HBoundType* bound_type) OVERRIDE;
43 void VisitArraySet(HArraySet* instruction) OVERRIDE;
44 void VisitClinitCheck(HClinitCheck* check) OVERRIDE;
45 void VisitCondition(HCondition* condition) OVERRIDE;
46 void VisitInvokeStaticOrDirect(HInvokeStaticOrDirect* invoke) OVERRIDE;
47 void VisitDeoptimize(HDeoptimize* deoptimize) OVERRIDE;
select_generator.h 53 void Run() OVERRIDE;
bounds_check_elimination.h 36 void Run() OVERRIDE;
dex_cache_array_fixups_arm.h 37 void Run() OVERRIDE;
dex_cache_array_fixups_mips.h 37 void Run() OVERRIDE;
gvn.h 34 void Run() OVERRIDE;
instruction_simplifier.h 49 void Run() OVERRIDE;
licm.h 33 void Run() OVERRIDE;
load_store_elimination.h 32 void Run() OVERRIDE;
pc_relative_fixups_mips.h 37 void Run() OVERRIDE;
pc_relative_fixups_x86.h 37 void Run() OVERRIDE;
x86_memory_gen.h 34 void Run() OVERRIDE;
  /art/runtime/
dexopt_test.h 29 virtual void SetUp() OVERRIDE;
33 virtual void PostRuntimeCreate() OVERRIDE;
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 33 ~X86_64ManagedRuntimeCallingConvention() OVERRIDE {}
35 ManagedRegister ReturnRegister() OVERRIDE;
36 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
38 ManagedRegister MethodRegister() OVERRIDE;
39 bool IsCurrentParamInRegister() OVERRIDE;
40 bool IsCurrentParamOnStack() OVERRIDE;
41 ManagedRegister CurrentParamRegister() OVERRIDE;
42 FrameOffset CurrentParamStackOffset() OVERRIDE;
43 const ManagedRegisterEntrySpills& EntrySpills() OVERRIDE;
55 ~X86_64JniCallingConvention() OVERRIDE {}
    [all...]
  /art/compiler/linker/mips64/
relative_patcher_mips64.h 31 MethodReference method_ref) OVERRIDE;
32 uint32_t ReserveSpaceEnd(uint32_t offset) OVERRIDE;
33 uint32_t WriteThunks(OutputStream* out, uint32_t offset) OVERRIDE;
37 uint32_t target_offset) OVERRIDE;
41 uint32_t target_offset) OVERRIDE;
44 uint32_t patch_offset) OVERRIDE;
  /art/compiler/linker/x86/
relative_patcher_x86.h 32 uint32_t target_offset) OVERRIDE;
35 uint32_t patch_offset) OVERRIDE;
relative_patcher_x86_base.h 29 MethodReference method_ref) OVERRIDE;
30 uint32_t ReserveSpaceEnd(uint32_t offset) OVERRIDE;
31 uint32_t WriteThunks(OutputStream* out, uint32_t offset) OVERRIDE;
35 uint32_t target_offset) OVERRIDE;
  /art/compiler/linker/x86_64/
relative_patcher_x86_64.h 32 uint32_t target_offset) OVERRIDE;
35 uint32_t patch_offset) OVERRIDE;

Completed in 1292 milliseconds

1 2 3 4 5 6 7 8 91011>>