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

  /external/chromium_org/v8/src/base/platform/
mutex.cc 14 static V8_INLINE void InitializeNativeHandle(pthread_mutex_t* mutex) {
35 static V8_INLINE void InitializeRecursiveNativeHandle(pthread_mutex_t* mutex) {
49 static V8_INLINE void DestroyNativeHandle(pthread_mutex_t* mutex) {
56 static V8_INLINE void LockNativeHandle(pthread_mutex_t* mutex) {
63 static V8_INLINE void UnlockNativeHandle(pthread_mutex_t* mutex) {
70 static V8_INLINE bool TryLockNativeHandle(pthread_mutex_t* mutex) {
81 static V8_INLINE void InitializeNativeHandle(PCRITICAL_SECTION cs) {
86 static V8_INLINE void InitializeRecursiveNativeHandle(PCRITICAL_SECTION cs) {
91 static V8_INLINE void DestroyNativeHandle(PCRITICAL_SECTION cs) {
96 static V8_INLINE void LockNativeHandle(PCRITICAL_SECTION cs)
    [all...]
mutex.h 75 V8_INLINE void AssertHeldAndUnmark() {
82 V8_INLINE void AssertUnheldAndMark() {
elapsed-timer.h 83 static V8_INLINE TimeTicks Now() {
  /external/chromium_org/v8/include/
v8.h 203 V8_INLINE Handle() : val_(0) {}
215 template <class S> V8_INLINE Handle(Handle<S> that)
228 V8_INLINE bool IsEmpty() const { return val_ == 0; }
233 V8_INLINE void Clear() { val_ = 0; }
235 V8_INLINE T* operator->() const { return val_; }
237 V8_INLINE T* operator*() const { return val_; }
245 template <class S> V8_INLINE bool operator==(const Handle<S>& that) const {
253 template <class S> V8_INLINE bool operator==(
268 template <class S> V8_INLINE bool operator!=(const Handle<S>& that) const {
272 template <class S> V8_INLINE bool operator!=
    [all...]
v8config.h 300 // V8_INLINE int GetZero() { return 0; }
302 # define V8_INLINE inline __attribute__((always_inline))
304 # define V8_INLINE __forceinline
306 # define V8_INLINE inline
  /external/chromium_org/v8/src/base/utils/
random-number-generator.h 43 V8_INLINE int NextInt() WARN_UNUSED_RESULT {
60 V8_INLINE bool NextBool() WARN_UNUSED_RESULT {
  /external/chromium_org/v8/src/arm64/
instructions-arm64.h 99 V8_INLINE Instr InstructionBits() const {
103 V8_INLINE void SetInstructionBits(Instr new_instr) {
124 V8_INLINE Instruction* following(int count = 1) {
128 V8_INLINE Instruction* preceding(int count = 1) {
362 V8_INLINE Instruction* InstructionAtOffset(
371 template<typename T> V8_INLINE static Instruction* Cast(T src) {
375 V8_INLINE ptrdiff_t DistanceTo(Instruction* target) {
  /external/chromium_org/v8/src/base/
macros.h 233 V8_INLINE Dest bit_cast(Source const& source) {
260 // Newly written code should use V8_INLINE and V8_NOINLINE directly.
261 #define INLINE(declarator) V8_INLINE declarator
cpu.cc 37 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) {
  /external/chromium_org/v8/src/
ast-value-factory.h 54 V8_INLINE Handle<String> string() const {
176 V8_INLINE Handle<Object> value() const {
utils.h 299 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
306 V8_INLINE void MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src,
312 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
316 V8_INLINE void MemMove(void* dest, const void* src, size_t size) {
327 V8_INLINE void MemCopyUint16Uint8(uint16_t* dest, const uint8_t* src,
335 V8_INLINE void MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src,
341 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
345 V8_INLINE void MemMove(void* dest, const void* src, size_t size) {
350 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) {
353 V8_INLINE void MemMove(void* dest, const void* src, size_t size)
    [all...]
parser.h 398 V8_INLINE bool IsFutureStrictReserved(const AstRawString* identifier) const;
534 V8_INLINE const AstRawString* EmptyIdentifierString();
577 V8_INLINE Scope* NewScope(Scope* parent_scope, ScopeType scope_type);
583 V8_INLINE AstValueFactory* ast_value_factory();
592 V8_INLINE void SkipLazyFunctionBody(const AstRawString* name,
595 V8_INLINE ZoneList<Statement*>* ParseEagerFunctionBody(
598 V8_INLINE void CheckConflictingVarDeclarations(v8::internal::Scope* scope,
    [all...]
preparser.h 846 V8_INLINE int ArrowParamListBit() const {
    [all...]
accessors.cc 70 static V8_INLINE bool CheckForName(Handle<Name> name,
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.h     [all...]

Completed in 182 milliseconds