Searched refs:free (Results 1 – 25 of 25) sorted by relevance
/art/dexlist/ |
D | dexlist.cc | 113 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/ |
D | dexdump.cc | 439 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/ |
D | allocator.cc | 38 free(p); in Free()
|
D | stl_util.h | 103 free(const_cast<void*>(ptr)); in operator()
|
D | allocator.h | 144 free(p); in deallocate()
|
D | logging.cc | 293 free(buf); in LogLineLowStack()
|
D | arena_allocator.cc | 170 free(reinterpret_cast<void*>(memory_)); in ~MallocArena()
|
/art/runtime/interpreter/mterp/arm/ |
D | op_mul_long_2addr.S | 19 mov r0, rINST @ r0<- &fp[A] (free up rINST)
|
/art/runtime/openjdkjvm/ |
D | NOTICE | 11 This code is free software; you can redistribute it and/or modify it
|
D | OpenjdkJvm.cc | 144 free(mon); in JVM_RawMonitorDestroy()
|
/art/runtime/jdwp/ |
D | jdwp_expand_buf.cc | 64 free(pBuf->storage); in expandBufFree()
|
D | jdwp_event.cc | 392 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/ |
D | ArrayGet.smali | 107 # 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/ |
D | swap_space.h | 177 free(p); in deallocate()
|
/art/runtime/ |
D | common_runtime_test.cc | 149 free(cwd); in SetUpAndroidRoot() 212 free(cwd); in GetAndroidToolsDir()
|
D | monitor.h | 152 free(ptr); in delete()
|
D | thread.cc | 1794 free(tlsPtr_.nested_signal_state); in ~Thread()
|
/art/ |
D | NOTICE | 81 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/ |
D | large_object_space.cc | 269 void SetByteSize(size_t size, bool free) { in SetByteSize() argument 272 alloc_size_ = (size / FreeListSpace::kAlignment) | (free ? kFlagFree : 0u); in SetByteSize()
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 515 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/ |
D | quick_entrypoints_mips64.S | 1534 # v0: free list head 1577 # Load the free list head (v0). 1602 # Decrement the size of the free list.
|
/art/runtime/jit/ |
D | jit.cc | 526 free(memory); in MaybeDoOnStackReplacement()
|
/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 228 free(reinterpret_cast<void*>(static_cast<uintptr_t>(address))); in Unsafe_freeMemory()
|
/art/test/dexdump/ |
D | checkers.txt | 1282 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/ |
D | mterp_arm.S | 5601 mov r0, rINST @ r0<- &fp[A] (free up rINST)
|