Home
last modified time | relevance | path

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

/art/dexlist/
Ddexlist.cc113 free(className); in dumpMethod()
135 free(typeDesc); in dumpMethod()
136 free(className); in dumpMethod()
265 free(gOptions.argCopy); in dexlistDriver()
274 free(gOptions.argCopy); in dexlistDriver()
286 free(gOptions.argCopy); in dexlistDriver()
/art/dexdump/
Ddexdump.cc439 free(dotted); in dumpInterface()
847 free(indexBuf); in dumpInstruction()
866 free(tmp); in dumpBytecodes()
947 free(tmp); in dumpMethod()
950 free(tmp); in dumpMethod()
960 free(tmp); in dumpMethod()
1004 free(tmp); in dumpMethod()
1006 free(tmpBuf); in dumpMethod()
1015 free(typeDescriptor); in dumpMethod()
1016 free(accessStr); in dumpMethod()
[all …]
/art/runtime/base/
Dallocator.cc38 free(p); in Free()
Dstl_util.h103 free(const_cast<void*>(ptr)); in operator()
Dallocator.h144 free(p); in deallocate()
Dlogging.cc293 free(buf); in LogLineLowStack()
Darena_allocator.cc170 free(reinterpret_cast<void*>(memory_)); in ~MallocArena()
/art/runtime/interpreter/mterp/arm/
Dop_mul_long_2addr.S19 mov r0, rINST @ r0<- &fp[A] (free up rINST)
/art/runtime/openjdkjvm/
DNOTICE11 This code is free software; you can redistribute it and/or modify it
DOpenjdkJvm.cc144 free(mon); in JVM_RawMonitorDestroy()
/art/runtime/jdwp/
Djdwp_expand_buf.cc64 free(pBuf->storage); in expandBufFree()
Djdwp_event.cc392 free(pEvent->mods[i].classMatch.classPattern); in EventFree()
396 free(pEvent->mods[i].classExclude.classPattern); in EventFree()
401 free(pEvent); in EventFree()
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali107 # Test phi with free-type ArrayGet as an input and a matching second input.
138 # Test phi with free-type ArrayGet as an input and a conflicting second input.
/art/compiler/utils/
Dswap_space.h177 free(p); in deallocate()
/art/runtime/
Dcommon_runtime_test.cc149 free(cwd); in SetUpAndroidRoot()
212 free(cwd); in GetAndroidToolsDir()
Dmonitor.h152 free(ptr); in delete()
Dthread.cc1794 free(tlsPtr_.nested_signal_state); in ~Thread()
/art/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
212 Permission is hereby granted, free of charge, to any person obtaining a copy of
/art/runtime/gc/space/
Dlarge_object_space.cc269 void SetByteSize(size_t size, bool free) { in SetByteSize() argument
272 alloc_size_ = (size / FreeListSpace::kAlignment) | (free ? kFlagFree : 0u); in SetByteSize()
/art/tools/dmtracedump/
Dtracedump.cc515 free(pKeys->fileData); in freeDataKeys()
516 free(pKeys->threads); in freeDataKeys()
517 free(pKeys->methods); in freeDataKeys()
518 free(pKeys); in freeDataKeys()
2610 free(methods); in main()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1534 # v0: free list head
1577 # Load the free list head (v0).
1602 # Decrement the size of the free list.
/art/runtime/jit/
Djit.cc526 free(memory); in MaybeDoOnStackReplacement()
/art/runtime/native/
Dsun_misc_Unsafe.cc228 free(reinterpret_cast<void*>(static_cast<uintptr_t>(address))); in Unsafe_freeMemory()
/art/test/dexdump/
Dcheckers.txt1282 002238: 1a00 d100 |0078: const-string v0, "free" // string@00d1
2112 002cca: 1a00 d200 |00c9: const-string v0, "free play" // string@00d2
2126 002cfe: 1a00 d200 |00e3: const-string v0, "free play" // string@00d2
2429 0030b8: 1a00 d100 |0058: const-string v0, "free" // string@00d1
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S5601 mov r0, rINST @ r0<- &fp[A] (free up rINST)