HomeSort by relevance Sort by last modified time
    Searched defs:ref_ptr (Results 1 - 9 of 9) sorted by null

  /art/runtime/
handle_scope_test.cc 68 uint32_t* ref_ptr = reinterpret_cast<uint32_t*>(table_base_ptr + variable
70 EXPECT_EQ(*ref_ptr, static_cast<uint32_t>(0x1234));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 85 class ref_ptr { class in namespace:clover
87 ref_ptr(T *q = NULL) : p(NULL) { function in class:clover::ref_ptr
91 ref_ptr(const ref_ptr<T> &ref) : p(NULL) { function in class:clover::ref_ptr
95 ~ref_ptr() {
107 ref_ptr &operator=(const ref_ptr &ref) {
130 /// to a clover::ref_ptr smart pointer.
133 inline ref_ptr<T>
135 ref_ptr<T> ref { p }
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 85 class ref_ptr { class in namespace:clover
87 ref_ptr(T *q = NULL) : p(NULL) { function in class:clover::ref_ptr
91 ref_ptr(const ref_ptr<T> &ref) : p(NULL) { function in class:clover::ref_ptr
95 ~ref_ptr() {
107 ref_ptr &operator=(const ref_ptr &ref) {
130 /// to a clover::ref_ptr smart pointer.
133 inline ref_ptr<T>
135 ref_ptr<T> ref { p }
    [all...]
  /art/runtime/gc/accounting/
remembered_set.cc 74 mirror::HeapReference<mirror::Object>* ref_ptr = obj->GetFieldObjectReferenceAddr(offset); local
75 if (target_space_->HasAddress(ref_ptr->AsMirrorPtr())) {
77 callback_(ref_ptr, arg_);
78 DCHECK(!target_space_->HasAddress(ref_ptr->AsMirrorPtr()));
mod_union_table.cc 130 mirror::HeapReference<Object>* ref_ptr = obj->GetFieldObjectReferenceAddr(offset); local
131 mirror::Object* ref = ref_ptr->AsMirrorPtr();
135 references_->push_back(ref_ptr);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 378 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; local
427 while (*ref_ptr)
428 ref_ptr = &(*ref_ptr)->next;
430 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref));
431 if (*ref_ptr == NULL) {
478 struct probe_trace_arg_ref **ref_ptr,
481 struct probe_trace_arg_ref *ref = *ref_ptr;
510 if (*ref_ptr)
511 (*ref_ptr)->next = ref
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 365 const uint8_t* ref_ptr = ref; local
377 "vld1.8 {d12}, [%[ref_ptr]], %[kBPS] \n"
378 "vld1.8 {d14}, [%[ref_ptr]], %[kBPS] \n"
379 "vld1.8 {d13}, [%[ref_ptr]], %[kBPS] \n"
380 "vld1.8 {d15}, [%[ref_ptr]] \n"
465 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr),
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 419 unsigned char *ref_ptr; local
430 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 419 unsigned char *ref_ptr; local
430 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]

Completed in 222 milliseconds