HomeSort by relevance Sort by last modified time
    Searched full:obj_ptr (Results 1 - 25 of 50) sorted by null

1 2

  /art/runtime/gc/collector/
semi_space-inl.h 58 mirror::ObjectReference<kPoisonReferences, mirror::Object>* obj_ptr) {
59 mirror::Object* obj = obj_ptr->AsMirrorPtr();
80 obj_ptr->Assign(forward_address);
semi_space.h 102 void MarkObject(mirror::ObjectReference<kPoisonReferences, mirror::Object>* obj_ptr)
142 static void MarkHeapReferenceCallback(mirror::HeapReference<mirror::Object>* obj_ptr, void* arg)
  /art/runtime/gc/space/
rosalloc_space-inl.h 29 void* obj_ptr = const_cast<void*>(reinterpret_cast<const void*>(obj)); local
35 size_t size_by_ptr = rosalloc_->UsableSize(obj_ptr);
38 << " at " << std::hex << reinterpret_cast<intptr_t>(obj_ptr) << std::dec
dlmalloc_space-inl.h 44 void* obj_ptr = const_cast<void*>(reinterpret_cast<const void*>(obj)); local
45 size_t size = mspace_usable_size(obj_ptr);
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 285 long obj_ptr = _getObj(hdfptr, hdfpath);
286 if ( obj_ptr == 0 ) {
289 return newHdf(obj_ptr, this);
299 long obj_ptr = _getChild(hdfptr, hdfpath);
300 if ( obj_ptr == 0 ) {
303 return newHdf(obj_ptr, this);
323 long obj_ptr = _getObj(hdfptr, hdfpath);
324 if ( obj_ptr == 0 ) {
327 obj_ptr = _getObj( hdfptr, hdfpath );
328 if ( obj_ptr == 0 )
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 84 mirror::HeapReference<Object>* obj_ptr = obj->GetFieldObjectReferenceAddr(offset); local
85 if (obj_ptr->AsMirrorPtr() != nullptr) {
86 callback_(obj_ptr, arg_);
232 for (mirror::HeapReference<Object>* obj_ptr : ref_pair.second) {
233 reference_set.insert(obj_ptr->AsMirrorPtr());
295 for (mirror::HeapReference<Object>* obj_ptr : ref.second) {
296 callback(obj_ptr, arg);
  /external/tcpdump/
print-rsvp.c 655 } obj_ptr; local
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 46 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr)
48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
55 component->pComponentPrivate = obj_ptr;
omx_core_cmp.h 49 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr);
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 46 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr)
48 qc_omx_component *pThis = (qc_omx_component *)obj_ptr;
55 component->pComponentPrivate = obj_ptr;
omx_core_cmp.h 49 void * qc_omx_create_component_wrapper(OMX_PTR obj_ptr);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @obj_ptr: Function ptr to get the instance of the component
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @obj_ptr: Function ptr to get the instance of the component
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @obj_ptr: Function ptr to get the instance of the component
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 439 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
451 // desired type we want. OBJ_PTR points to a base of our type
465 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 436 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
448 // desired type we want. OBJ_PTR points to a base of our type
462 // of the destination type. OBJ_PTR points to the current base.
  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 80 void call_complete_dtor(C *obj_ptr) {
81 // CHECK: define void @"\01?call_complete_dtor@basic@@YAXPAUC@1@@Z"(%"struct.basic::C"* %obj_ptr)
82 obj_ptr->~C();
92 void call_deleting_dtor(C *obj_ptr) {
93 // CHECK: define void @"\01?call_deleting_dtor@basic@@YAXPAUC@1@@Z"(%"struct.basic::C"* %obj_ptr)
94 delete obj_ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 451 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
463 // desired type we want. OBJ_PTR points to a base of our type
477 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 451 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
463 // desired type we want. OBJ_PTR points to a base of our type
477 // of the destination type. OBJ_PTR points to the current base.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 444 // within OBJ_PTR. OBJ_PTR points to a base object of our type,
456 // desired type we want. OBJ_PTR points to a base of our type
470 // of the destination type. OBJ_PTR points to the current base.

Completed in 539 milliseconds

1 2