HomeSort by relevance Sort by last modified time
    Searched refs:Atomic (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /art/runtime/gc/space/
image_space.h 179 static Atomic<uint32_t> bitmap_index_;
space.h 23 #include "atomic.h"
333 Atomic<uint8_t*> end_;
region_space.h 456 Atomic<uint8_t*> top_; // The current position of the allocation.
460 Atomic<size_t> objects_allocated_; // The number of objects allocated.
  /art/runtime/jit/
profiling_info.cc 105 if (!reinterpret_cast<Atomic<GcRoot<mirror::Class>>*>(&cache->classes_[i])->
jit_code_cache.h 22 #include "atomic.h"
377 // It is atomic to avoid locking when reading it.
378 Atomic<uint64_t> last_update_time_ns_;
410 Atomic<bool> is_weak_access_enabled_;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
Spi.h 265 IN BOOLEAN Atomic,
282 PrefixOpcodeIndex Index of the first command to run when in an atomic cycle sequence.
284 Atomic TRUE if the SPI cycle is atomic and interleave cycles are not allowed.
  /frameworks/native/services/sensorservice/
BatteryService.cpp 21 #include <utils/Atomic.h>
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
SpiCommon.c 437 IN BOOLEAN Atomic,
455 PrefixOpcodeIndex Index of the first command to run when in an atomic cycle sequence.
457 Atomic TRUE if the SPI cycle is atomic and interleave cycles are not allowed.
563 Atomic,
658 IN BOOLEAN Atomic,
674 PrefixOpcodeIndex Index of the first command to run when in an atomic cycle sequence.
676 Atomic TRUE if the SPI cycle is atomic and interleave cycles are not allowed.
812 (UINT16) (Atomic ? B_QNC_RCRB_SPIC_ACS : 0) |
    [all...]
  /art/runtime/mirror/
dex_cache-inl.h 37 #include <atomic>
43 inline void NativeDexCachePair<T>::Initialize(std::atomic<NativeDexCachePair<T>>* dex_cache,
154 Atomic<GcRoot<mirror::CallSite>>& ref =
155 reinterpret_cast<Atomic<GcRoot<mirror::CallSite>>&>(target);
168 Atomic<GcRoot<mirror::CallSite>>& ref =
169 reinterpret_cast<Atomic<GcRoot<mirror::CallSite>>&>(target);
271 NativeDexCachePair<T> DexCache::GetNativePairPtrSize(std::atomic<NativeDexCachePair<T>>* pair_array,
275 auto* array = reinterpret_cast<std::atomic<ConversionPair64>*>(pair_array);
280 auto* array = reinterpret_cast<std::atomic<ConversionPair32>*>(pair_array);
287 void DexCache::SetNativePairPtrSize(std::atomic<NativeDexCachePair<T>>* pair_array
    [all...]
object.h 20 #include "atomic.h"
665 reinterpret_cast<Atomic<kSize>*>(addr)->StoreSequentiallyConsistent(new_value);
667 reinterpret_cast<Atomic<kSize>*>(addr)->StoreJavaData(new_value);
    [all...]
  /art/runtime/base/
mutex.h 26 #include "atomic.h"
200 Atomic<uint64_t> wait_time;
734 static Atomic<const BaseMutex*> expected_mutexes_on_weak_ref_access_guard_;
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_asm.S 115 # Atomic DEC
vmx_asm.S 132 # Atomic DEC
  /art/runtime/
class_table.h 94 mutable Atomic<uint32_t> data_;
java_vm_ext.h 242 Atomic<bool> allow_accessing_weak_globals_;
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 454 namespace Atomic {
455 // CHECK-DAG: define void @"\01?f@Atomic@@YAXU?$_Atomic@H@__clang@@@Z"(
  /external/swiftshader/src/Reactor/
Android.mk 70 $(LLVMDEPENDENCIES_PATH)/lib/Support/Atomic.cpp \
  /frameworks/base/native/android/
storage_manager.cpp 24 #include <utils/Atomic.h>
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 20 #include <utils/Atomic.h>
ProcessState.cpp 21 #include <utils/Atomic.h>
  /system/libhwbinder/
BufferedTextOutput.cpp 22 #include <utils/Atomic.h>
  /frameworks/rs/script_api/
rs_atomic.spec 18 summary: Atomic Update Functions
24 These functions are slower than their non-atomic equivalents, so use
30 threads. Updating globals should be done with atomic functions. If possible,
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_arm.go 7 package atomic package
41 // Atomic add and return new value.
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_arm.go 7 package atomic package
41 // Atomic add and return new value.
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 139 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */

Completed in 493 milliseconds

12 3 4 5 6