HomeSort by relevance Sort by last modified time
    Searched refs:cast_helper (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
delayslot1.cpp 27 S cast_helper(S& debug) function
42 cast_helper (tmp);
  /ndk/tests/device/test-stlport_static-exception/jni/
delayslot1.cpp 27 S cast_helper(S& debug) function
42 cast_helper (tmp);
  /external/v8/src/
atomic-utils.h 53 : value_(cast_helper<T>::to_storage_type(initial)) {}
56 return cast_helper<T>::to_return_type(base::Acquire_Load(&value_));
61 &value_, cast_helper<T>::to_storage_type(old_value),
62 cast_helper<T>::to_storage_type(new_value)) ==
63 cast_helper<T>::to_storage_type(old_value);
67 base::Release_Store(&value_, cast_helper<T>::to_storage_type(new_value));
74 struct cast_helper { struct in class:v8::internal::AtomicValue
84 struct cast_helper<S*> { struct in class:v8::internal::AtomicValue

Completed in 274 milliseconds