HomeSort by relevance Sort by last modified time
    Searched refs:object (Results 276 - 300 of 8232) sorted by null

<<11121314151617181920>>

  /art/runtime/interpreter/mterp/x86/
op_iget_object_quick.S 1 /* For: iget-object-quick */
5 GET_VREG %ecx, %ecx # vB (object we're operating on)
op_iget_quick.S 6 GET_VREG %ecx, %ecx # vB (object we're operating on)
8 testl %ecx, %ecx # is object null?
op_iget_wide_quick.S 4 GET_VREG %ecx, %ecx # vB (object we're operating on)
6 testl %ecx, %ecx # is object null?
op_iput_quick.S 2 /* For: iput-quick, iput-object-quick */
6 GET_VREG %ecx, %ecx # vB (object we're operating on)
7 testl %ecx, %ecx # is object null?
op_iput_wide_quick.S 4 GET_VREG %ecx, %ecx # vB (object we're operating on)
5 testl %ecx, %ecx # is object null?
  /art/runtime/interpreter/mterp/x86_64/
op_iget_object_quick.S 1 /* For: iget-object-quick */
6 GET_VREG OUT_32_ARG0, %rcx # vB (object we're operating on)
op_iget_quick.S 6 GET_VREG %ecx, %rcx # vB (object we're operating on)
8 testl %ecx, %ecx # is object null?
op_iput_quick.S 2 /* For: iput-quick, iput-object-quick */
6 GET_VREG %ecx, %rcx # vB (object we're operating on)
7 testl %ecx, %ecx # is object null?
op_iput_wide_quick.S 4 GET_VREG %ecx, %rcx # vB (object we're operating on)
5 testl %ecx, %ecx # is object null?
  /art/test/590-checker-array-set-null-regression/src/
Main.java 61 Object object = null; local
62 Element element = (Element) object;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 98 public virtual void ApplyOnce( object t, Action whichRule )
105 // share TreeParser object but not parsing-related state
118 public virtual void Downup( object t )
121 Func<object, object> pre = delegate(object o)
126 Func<object, object> post = delegate(object o)
  /external/clang/test/SemaCXX/
builtin_objc_msgSend.cpp 11 inline void TCFReleaseGC(void * object)
14 objc_msgSend((id)object, SEL_release);
  /external/libchrome/base/
sequenced_task_runner_helpers.h 39 static void DoDelete(const void* object) {
40 delete reinterpret_cast<const T*>(object);
51 static void DoRelease(const void* object) {
52 reinterpret_cast<const T*>(object)->Release();
63 // pass/ an object of the wrong type to delete. Instead, we force
72 // void* object)
75 // base::Closure from (function, object) and return the result of
84 const T* object) {
86 from_here, &DeleteHelper<T>::DoDelete, object);
100 const T* object) {
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Pools.java 46 /** Obtains an object from the {@link #get(Class) pool}. */
51 /** Frees an object from the {@link #get(Class) pool}. */
52 static public void free (Object object) {
53 if (object == null) throw new IllegalArgumentException("Object cannot be null.");
54 Pool pool = typePools.get(object.getClass());
55 if (pool == null) return; // Ignore freeing an object that was never retained.
56 pool.free(object);
66 * @param samePool If true, objects don't need to be from the same pool but the pool must be looked up for each object. */
71 Object object = objects.get(i); local
    [all...]
  /external/llvm/include/llvm/MC/
MCRelocationInfo.h 11 // create MCExprs from relocations, either found in an object::ObjectFile
12 // (object::RelocationRef), or provided through the C API.
23 namespace object { namespace in namespace:llvm
29 /// \brief Create MCExprs from relocations found in an object file.
43 virtual const MCExpr *createExprForRelocation(object::RelocationRef Rel);
  /external/llvm/test/MC/ELF/
entsize.s 8 .type .L.str1,@object # @.str1
13 .type .L.str2,@object # @.str2
20 .type .L.str3,@object # @.str3
25 .type .L.str4,@object # @.str4
undef.s 10 .type .Lsym5,@object
11 .type sym6,@object
48 // CHECK-NEXT: Type: Object
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.h 17 namespace object { namespace in namespace:llvm
29 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
30 uint64_t, object::SymbolRef &,
34 const object::COFFObjectFile &COFF;
38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver,
45 const object::coff_section *Section,
49 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section,
52 const object::coff_section *Section,
  /external/llvm/tools/obj2yaml/
obj2yaml.h 16 #include "llvm/Object/COFF.h"
21 const llvm::object::COFFObjectFile &Obj);
23 const llvm::object::ObjectFile &Obj);
  /external/tpm2/
SequenceUpdate.c 15 // object
22 OBJECT *object; local
26 // Get sequence object pointer
27 object = ObjectGet(in->sequenceHandle);
29 // Check that referenced object is a sequence object.
30 if(!ObjectIsSequence(object))
35 if(object->attributes.eventSeq == SET)
37 // Update event sequence object
    [all...]
  /external/v8/test/js-perf-test/Object/
assign.js 15 var object; variable
25 object = {};
32 Object.assign(object, src1);
36 return object.id === src1.id &&
37 object.obj1 === obj1 &&
38 object.obj2 === obj2;
44 object = {};
53 Object.assign(object, src1, src2, src3)
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/include/
AudioPolicyEngineInstance.h 40 * @return pointer to Route Manager Instance object.
65 EngineInstance(const EngineInstance &object);
66 EngineInstance &operator=(const EngineInstance &object);
  /frameworks/av/services/audiopolicy/enginedefault/include/
AudioPolicyEngineInstance.h 39 * @return pointer to Route Manager Instance object.
64 EngineInstance(const EngineInstance &object);
65 EngineInstance &operator=(const EngineInstance &object);
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]);
49 size = (size + __alignof__(object) - 1) & - __alignof__(object);
50 pos += size + sizeof(object);
69 object *o = reinterpret_cast<object *>(p) - 1;
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]);
49 size = (size + __alignof__(object) - 1) & - __alignof__(object);
50 pos += size + sizeof(object);
69 object *o = reinterpret_cast<object *>(p) - 1;

Completed in 672 milliseconds

<<11121314151617181920>>