Searched defs:deref (Results 1 - 25 of 48) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.cpp35 void StructureStubInfo::deref() function in class:JSC::StructureStubInfo
/external/webkit/Source/WebCore/platform/network/
H A DAuthenticationClient.h41 void deref() { derefAuthenticationClient(); } function in class:WebCore::AuthenticationClient
/external/webkit/Source/WebCore/websockets/
H A DThreadableWebSocketChannel.h62 void deref() { derefThreadableWebSocketChannel(); } function in class:WebCore::ThreadableWebSocketChannel
/external/webkit/Source/WebCore/html/
H A DValidityState.h41 void deref() { m_control->deref(); } function in class:WebCore::ValidityState
H A DDOMSettableTokenList.h47 virtual void deref() { RefCounted<DOMSettableTokenList>::deref(); } function in class:WebCore::DOMSettableTokenList
H A DFormAssociatedElement.h42 void deref() { derefFormAssociatedElement(); } function in class:WebCore::FormAssociatedElement
/external/mesa3d/src/glsl/
H A Dlower_texture_projection.cpp63 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(var); local
68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL);
71 deref = new(mem_ctx) ir_dereference_variable(var);
75 deref);
78 deref = new(mem_ctx) ir_dereference_variable(var);
82 deref);
H A Dlower_vec_index_to_swizzle.cpp63 ir_dereference_array *deref = ir->as_dereference_array(); local
66 if (!deref)
69 if (deref->array->type->is_matrix() || deref->array->type->is_array())
72 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
73 ir_constant = deref->array_index->constant_expression_value();
79 return new(ctx) ir_swizzle(deref->array,
H A Dir_if_return.cpp124 ir_dereference_variable *deref = new(ir) ir_dereference_variable(new_var); local
125 ir->insert_after(new(ir) ir_return(deref));
200 ir_dereference_variable *deref = new(ir) ir_dereference_variable(undef); local
201 ir->body.push_tail(new(ir) ir_return(deref));
H A Dlower_if_to_cond_assign.cpp113 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(cond_var); local
116 cond_expr = deref;
120 deref,
160 ir_dereference_variable *deref; local
184 deref = new(mem_ctx) ir_dereference_variable(cond_var);
185 assign = new(mem_ctx) ir_assignment(deref,
H A Dlower_vec_index_to_cond_assign.cpp73 ir_dereference *deref; local
94 deref = new(base_ir) ir_dereference_variable(index);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
105 deref = new(base_ir) ir_dereference_variable(index);
108 deref,
111 /* Just clone the rest of the deref chain when trying to get at the
117 deref = new(base_ir) ir_dereference_variable(var);
118 assign = new(base_ir) ir_assignment(deref, swizzle, condition);
154 ir_dereference_variable *deref; local
178 deref
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DRopeImpl.h54 static void deref(Fiber fiber) function in class:JSC::RopeImpl
57 static_cast<RopeImpl*>(fiber)->deref();
59 static_cast<StringImpl*>(fiber)->deref();
72 ALWAYS_INLINE void deref() function in class:JSC::RopeImpl
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadSafeRefCounted.h137 void deref() function in class:WTF::ThreadSafeRefCounted
H A DCrossThreadRefCounted.h45 // (like UString) that get ref/deref'ed a lot. This class has the benefit of doing fast ref
66 void deref();
124 void CrossThreadRefCounted<T>::deref() function in class:WTF::CrossThreadRefCounted
H A DRefCounted.h138 void deref() function in class:WTF::RefCounted
155 void deref() function in class:WTF::RefCountedCustomAllocated
/external/webkit/Source/WebCore/bridge/jni/
H A DJobjectWrapper.h50 void deref() function in class:JSC::Bindings::JobjectWrapper
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.cpp49 void CanvasRenderingContext::deref() function in class:WebCore::CanvasRenderingContext
51 m_canvas->deref();
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DLabel.h68 void deref() function in class:JSC::Label
H A DRegisterID.h89 void deref() function in class:JSC::RegisterID
H A DLabelScope.h54 void deref() function in class:JSC::LabelScope
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGGraph.h77 void deref(NodeIndex nodeIndex) function in class:JSC::DFG::Graph
81 // If the value (after decrementing) becomes refCount zero then we need to deref its children.
/external/webkit/Source/WebCore/platform/
H A DTreeShared.h68 void deref() function in class:WebCore::TreeShared
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h113 MachineOperand &deref() const { return *OpI; } function in class:llvm::MachineOperandIteratorBase
166 MachineOperand &operator* () const { return deref(); }
167 MachineOperand *operator->() const { return &deref(); }
176 const MachineOperand &operator* () const { return deref(); }
177 const MachineOperand *operator->() const { return &deref(); }
186 MachineOperand &operator* () const { return deref(); }
187 MachineOperand *operator->() const { return &deref(); }
197 const MachineOperand &operator* () const { return deref(); }
198 const MachineOperand *operator->() const { return &deref(); }
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp47 void DOMImplementationFront::deref() function in class:WebCore::DOMImplementationFront
49 reinterpret_cast<DOMImplementation*>(this)->deref();
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp77 deref();
80 void QualifiedName::deref() function in class:WebCore::QualifiedName
90 m_impl->deref();

Completed in 866 milliseconds

12