HomeSort by relevance Sort by last modified time
    Searched refs:Pointer (Results 126 - 150 of 284) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/compiler/
memory-optimizer.cc 164 graph()->NewNode(machine()->Load(MachineType::Pointer()), top_address,
167 machine()->Load(MachineType::Pointer()), limit_address,
170 // Check if we need to collect garbage before we can start bump pointer
233 graph()->NewNode(machine()->Load(MachineType::Pointer()), top_address,
236 graph()->NewNode(machine()->Load(MachineType::Pointer()), limit_address,
246 // Check if we can do bump pointer allocation here.
linkage.cc 44 return MachineType::Pointer();
250 types.AddParam(MachineType::Pointer());
463 MachineType target_type = MachineType::Pointer();
  /frameworks/compile/slang/
slang_rs_export_element.cpp 90 case clang::Type::Pointer: {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 108 // Not the real associated pointer type
113 >::type pointer; typedef in struct:boost::detail::iterator_facade_types
128 iterator<iterator_category, value_type, Difference, pointer, Reference>
297 // produce an lvalue to which a pointer can be formed. We do that by
299 template <class Reference, class Pointer>
318 template <class T, class Pointer>
319 struct operator_arrow_dispatch<T&, Pointer> // "real" references
321 typedef Pointer result_type;
620 , typename associated_types::pointer
633 typedef typename operator_arrow_dispatch_::result_type pointer; typedef in class:boost::iterator_facade
    [all...]
  /system/connectivity/shill/dhcp/
dhcp_provider.cc 78 return g_dhcp_provider.Pointer();
  /system/connectivity/shill/shims/
ppp.cc 69 return g_ppp.Pointer();
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 74 // The MessageLoop that this class should watch. Is a weak pointer.
212 g_io_thread.Pointer()->task_runner()->PostTask(
222 g_io_thread.Pointer()->task_runner()->PostTask(
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALSource.java 20 import com.intel.moe.natj.general.Pointer;
48 protected ALSource(Pointer peer) {
OALAudioTrack.java 20 import com.intel.moe.natj.general.Pointer;
50 protected OALAudioTrack(Pointer peer) {
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/detail/
reduce.hpp 192 template <typename Pointer, typename Reference, class Op>
193 __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op)
  /external/v8/src/heap/
object-stats.cc 38 base::LockGuard<base::Mutex> lock_guard(object_stats_mutex.Pointer());
77 base::LockGuard<base::Mutex> lock_guard(object_stats_mutex.Pointer());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.d 12 Pointer Size: 4
dwarf2-2.d 12 Pointer Size: 4
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-1.d 11 Pointer Size: 4
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 42 // used to be must-alias sets, we can just check any pointer from each set
142 /// aliasesPointer - Return true if the specified pointer "may" (or must)
151 // If this is a set of MustAliases, only check to see if the pointer aliases
211 /// findAliasSetForPointer - Given a pointer, find the one alias set to put the
212 /// instruction referring to the pointer into. If there are multiple alias sets
213 /// that may alias the pointer, merge them together and return the unified set.
268 /// getAliasSetForPointer - Return the alias set that the specified pointer
270 AliasSet &AliasSetTracker::getAliasSetForPointer(Value *Pointer, uint64_t Size,
273 AliasSet::PointerRec &Entry = getEntryFor(Pointer);
275 // Check to see if the pointer is already known
    [all...]
  /external/v8/test/unittests/compiler/ia32/
instruction-selector-ia32-unittest.cc 203 StreamBuilder m(this, memacc.type, MachineType::Pointer(),
217 StreamBuilder m(this, memacc.type, MachineType::Pointer());
237 StreamBuilder m(this, memacc.type, MachineType::Pointer());
256 StreamBuilder m(this, MachineType::Int32(), MachineType::Pointer(),
295 StreamBuilder m(this, MachineType::Int32(), MachineType::Pointer(),
826 MachineType::Pointer(),
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 141 <grammar.delegators: {g|<g:delegateName()>: Pointer; {<g.recognizerName>}}; separator="\n">
142 <last(grammar.delegators):{g|gParent: Pointer; {<g.recognizerName>}}>
201 {g|<g:delegateName()> := Pointer(A<g:delegateName()>);}; separator="\n">
202 <last(grammar.delegators):{g|gParent := Pointer(A<g:delegateName()>);}>
334 <grammar.delegators: {g|<g:delegateName()>: Pointer; {<g.recognizerName>}}; separator="\n">
335 <last(grammar.delegators):{g|gParent: Pointer; {<g.recognizerName>}}>
399 <last(grammar.delegators):{g|gParent := Pointer(A<g:delegateName()>);}>
482 <grammar.delegators: {g|<g:delegateName()> := Pointer(A<g:delegateName()>);}; separator="\n">
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSApplication.java 34 import com.intel.moe.natj.general.Pointer;
62 protected Delegate (Pointer peer) {
IOSGraphics.java 33 import com.intel.moe.natj.general.Pointer;
96 protected IOSGraphics (Pointer peer) {
  /frameworks/base/core/java/android/view/
PointerIcon.java 37 * Represents an icon that can be used as a mouse pointer.
39 * Pointer icons can be provided either by the system using system types,
59 /** Type constant: Arrow icon. (Default mouse pointer) */
137 /** The default pointer icon. */
149 // The bitmaps for the additional frame of animated pointer icon. Note that the first frame
159 * Gets a special pointer icon that has no bitmap.
161 * @return The null pointer icon.
171 * Gets the default pointer icon.
174 * @return The default pointer icon.
184 * Gets a system pointer icon for the given type
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 794 // pointer that is NULL.
797 template <typename Pointer>
798 bool MatchAndExplain(const Pointer& p,
810 // pointer that is not NULL.
813 template <typename Pointer>
814 bool MatchAndExplain(const Pointer& p,
    [all...]
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 149 PVOID Pointer;
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 45 /// clobbers the desired value. The pointer member of the MemDepResult
57 /// defines/produces the desired memory location. The pointer member of
62 /// Note that the pointer operand may be different than that of the
63 /// queried pointer due to must aliases and phi translation. Note
173 /// instruction pointer. If so, the pointer is an instruction in the
177 /// and the instruction pointer will be null.
235 /// getAddress - Return the address of this pointer in this block. This can
254 /// the analysis will return calls and stores that might modify the pointer,
274 /// block. If the pointer is null, the cache value is not a full query tha
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
model.py 93 class Pointer(Node):
  /external/v8/src/interpreter/
interpreter-assembler.cc 161 // Ensure that we sign extend to full pointer size
249 // Ensure that we sign extend to full pointer size
284 // Ensure that we sign extend to full pointer size
473 Load(MachineType::Pointer(), function,
557 Load(MachineType::Pointer(), DispatchTableRawPointer(),
584 // bytecode a base pointer into the dispatch table and dispatching
615 Load(MachineType::Pointer(), DispatchTableRawPointer(),
636 MachineType::Pointer(),

Completed in 1572 milliseconds

1 2 3 4 56 7 8 91011>>