Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 25 of 33) sorted by relevance

12

/art/compiler/dex/
Dpass.h58 UNUSED(data); in Gate()
69 UNUSED(data); in Start()
77 UNUSED(data); in End()
86 UNUSED(data); in Worker()
Dverification_results.cc38 UNUSED(compiler_options); in VerificationResults()
Dpass_driver.h186 UNUSED(pass); in DispatchPass()
Dglobal_value_numbering.h63 static void operator delete(void* ptr) { UNUSED(ptr); } in delete()
Dlocal_value_numbering.h85 static void operator delete(void* ptr) { UNUSED(ptr); } in delete()
/art/runtime/
Dread_barrier-inl.h30 UNUSED(obj); in Barrier()
31 UNUSED(offset); in Barrier()
32 UNUSED(ref_addr); in Barrier()
Dutils.h531 UNUSED(a);
536 UNUSED(a);
537 UNUSED(b);
542 UNUSED(a);
543 UNUSED(b);
544 UNUSED(c);
Dthrow_location.h52 UNUSED(pad_); in ThrowLocation()
Dprofiler.h248 UNUSED(method_size_); in ProfileData()
Dstack.h166 UNUSED(number_of_vregs); in SetNumberOfVRegs()
322 UNUSED(method); in SetMethod()
/art/compiler/utils/
Darena_allocator.h73 void Copy(const ArenaAllocatorStatsImpl& other) { UNUSED(other); } in Copy()
74 void RecordAlloc(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes); UNUSED(kind); } in RecordAlloc()
78 UNUSED(os); UNUSED(first); UNUSED(lost_bytes_adjustment); in Dump()
Darena_bit_vector.cc48 UNUSED(kind_); in ArenaBitVector()
55 UNUSED(kind_); in ArenaBitVector()
Ddebug_stack.h57 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<false>* counter) { UNUSED(counter); } in DebugStackReferenceImpl()
66 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref) { UNUSED(ref); } in DebugStackIndirectTopRefImpl()
Dscoped_arena_allocator.h127 static void operator delete(void* ptr) { UNUSED(ptr); } in delete()
Dswap_space.cc156 UNUSED(kMininumMapSize); in NewFileChunk()
/art/compiler/
Dcompiler.h91 UNUSED(driver); in SetBitcodeFileName()
92 UNUSED(filename); in SetBitcodeFileName()
Dcommon_compiler_test.cc49 UNUSED(signo); in baddivideinst()
50 UNUSED(si); in baddivideinst()
/art/runtime/base/unix_file/
Dmapped_file_test.cc65 UNUSED(f->Flush()); in CleanUp()
66 UNUSED(f->Close()); in CleanUp()
208 UNUSED(file.FlushClose()); in TEST_F()
234 UNUSED(file.FlushClose()); in TEST_F()
/art/runtime/base/
Dscoped_flock.cc31 UNUSED(file_->FlushCloseOrErase()); // Ignore result. in Init()
Dmacros.h181 template<typename T> void UNUSED(const T&) {} in UNUSED() function
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc41 UNUSED(dex_pc); in art_portable_throw_null_pointer_exception_from_code()
/art/runtime/arch/x86/
Dthread_x86.cc162 UNUSED(selector); in CleanupCpu()
/art/runtime/gc/
Dreference_queue.cc159 UNUSED(preserve_callback(referent_addr, arg)); in ForwardSoftReferences()
/art/compiler/llvm/
Dcompiler_llvm.cc211 UNUSED(class_def_idx); // TODO: this is used with Compiler::RequiresConstructorBarrier. in ArtCompileMethod()
/art/runtime/mirror/
Dobject.cc111 UNUSED(usable_size); in operator ()()

12