/art/runtime/base/ |
D | mem_map_arena_pool.cc | 39 void Release() override; 85 void MemMapArena::Release() { in Release() function in art::MemMapArena 136 arena->Release(); in TrimMaps()
|
D | locks.h | 158 void Release() RELEASE() {} in Release() function
|
D | gc_visited_arena_pool.h | 120 void Release() override;
|
D | gc_visited_arena_pool.cc | 68 void TrackedArena::Release() { in Release() function in art::TrackedArena
|
/art/test/ti-agent/ |
D | scoped_primitive_array.h | 62 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, JNI_ABORT); \ 119 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, 0); \
|
/art/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 269 Storage* Release() { 381 *object_result_ptr = selected_objects.Release(); 384 *tag_result_ptr = selected_tags.Release();
|
D | ti_redefine.cc | 2300 void Release() REQUIRES(art::Locks::mutator_lock_) { in Release() function in openjdkjvmti::ClassDefinitionPauser 2416 pauser_->Release(); in ~ScopedSuspendClassLoading()
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 58 int Release();
|
D | fd_file.cc | 235 int FdFile::Release() { in Release() function in unix_file::FdFile
|
/art/runtime/ |
D | fault_handler.h | 47 void Release();
|
D | fault_handler.cc | 173 void FaultManager::Release() { in Release() function in art::FaultManager 185 Release(); in Shutdown()
|
D | thread.h | 531 Roles::uninterruptible_.Release(); // No-op. in EndAssertNoThreadSuspension() 545 Roles::uninterruptible_.Release(); // No-op. in EndAssertNoThreadSuspension() 2421 Roles::uninterruptible_.Release(); // No-op. in ~ScopedAssertNoThreadSuspension() 2438 Roles::uninterruptible_.Release(); // No-op. in ScopedAllowThreadSuspension()
|
D | Android.bp | 797 // Release version of the ART runtime library. 841 // Release version of the ART runtime library, bundled with `libart-compiler` for JIT support.
|
D | class_loader_context.cc | 488 file.Release(); // Don't close the file yet (we have only read the checksum). in OpenDexFiles()
|
/art/tools/ahat/ |
D | README.txt | 57 Release History: 149 Initial Release
|
/art/libartbase/base/ |
D | arena_allocator.h | 188 virtual void Release() { } in Release() function
|
/art/build/apex/ |
D | Android.bp | 222 // Default values shared by Release, Debug, and Testing APEXes. 302 // Release version of the ART APEX module (not containing debug
|
/art/compiler/optimizing/ |
D | code_generator_vector_arm64_neon.cc | 1447 temps.Release(length); // no longer needed in VisitVecLoad() 1454 temps.Release(scratch); // if used, no longer needed in VisitVecLoad() 1573 scope->Release(QRegisterFrom(loc)); in FreeSIMDScratchLocation()
|
D | intrinsics_arm_vixl.cc | 764 temps.Release(temp_reg); in GenerateStringCompareToLoop() 815 temps.Release(temp_reg); in GenerateStringCompareToLoop() 2177 temps.Release(temp); in VisitStringGetCharsNoCheck() 2202 temps.Release(temp); in VisitStringGetCharsNoCheck() 2215 temps.Release(temp); in VisitStringGetCharsNoCheck() 2230 temps.Release(temp); in VisitStringGetCharsNoCheck()
|
D | code_generator_vector_arm64_sve.cc | 1351 scope->Release(ZRegisterFrom(loc)); in FreeSIMDScratchLocation()
|
D | intrinsics_arm64.cc | 2162 scratch_scope.Release(temp1); in VisitStringEquals() 4450 temps.Release(temp2); in GenerateVarHandleAccessModeAndVarTypeChecks() 4519 temps.Release(temp2); // Needed by GenerateSubTypeObjectCheckNoReadBarrier(). in GenerateVarHandleInstanceFieldChecks()
|
/art/odrefresh/ |
D | odrefresh_test.cc | 66 file->Release(); in CreateEmptyFile()
|
/art/runtime/oat/ |
D | oat_file_assistant.cc | 724 file.Release(); // Don't close the file yet (we have only read the checksum). in GetRequiredDexChecksum()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1721 ZipArchive::OpenFromFd(zip_file->Release(), zip_location.c_str(), &error_msg)); in TEST_F()
|
D | dex2oat.cc | 1396 swap_fd_ = swap_file->Release(); in OpenFile()
|