HomeSort by relevance Sort by last modified time
    Searched refs:iref (Results 1 - 23 of 23) sorted by null

  /art/runtime/
indirect_reference_table-inl.h 31 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const {
32 if (UNLIKELY(iref == nullptr)) {
36 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) {
37 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref; local
42 int idx = ExtractIndex(iref);
45 << iref << " (index " << idx << " in a table of size " << topIndex << ")";
50 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref; local
54 if (UNLIKELY(!CheckEntry("use", iref, idx))) {
60 // Make sure that the entry at "idx" is correctly paired with "iref".
61 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const
    [all...]
indirect_reference_table.h 129 static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) {
130 return static_cast<IndirectRefKind>(reinterpret_cast<uintptr_t>(iref) & 0x03);
289 * Returns kInvalidIndirectRefObject if iref is invalid.
292 mirror::Object* Get(IndirectRef iref) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
298 IndirectRef iref) const
300 return Get<kReadBarrierOption>(iref);
312 bool Remove(uint32_t cookie, IndirectRef iref);
355 static uint32_t ExtractIndex(IndirectRef iref) {
356 uintptr_t uref = reinterpret_cast<uintptr_t>(iref);
indirect_reference_table.cc 145 // Removes an object. We extract the table offset bits from "iref"
153 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) {
162 if (GetIndirectRefKind(iref) == kHandleScopeOrInvalid &&
163 Thread::Current()->HandleScopeContains(reinterpret_cast<jobject>(iref))) {
167 const int idx = ExtractIndex(iref);
184 if (!CheckEntry("remove", iref, idx)) {
221 if (!CheckEntry("remove", iref, idx)) {
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
dereference.pass.cpp 24 std::ostream_iterator<int>& iref = *i; local
25 assert(&iref == &i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
dereference.pass.cpp 24 std::ostream_iterator<int>& iref = *i; local
25 assert(&iref == &i);
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
deref.pass.cpp 25 std::ostreambuf_iterator<char>& iref = *i; local
26 assert(&iref == &i);
31 std::ostreambuf_iterator<wchar_t>& iref = *i; local
32 assert(&iref == &i);
increment.pass.cpp 26 std::ostreambuf_iterator<char>& iref = ++i; local
27 assert(&iref == &i);
34 std::ostreambuf_iterator<wchar_t>& iref = ++i; local
35 assert(&iref == &i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
deref.pass.cpp 25 std::ostreambuf_iterator<char>& iref = *i; local
26 assert(&iref == &i);
31 std::ostreambuf_iterator<wchar_t>& iref = *i; local
32 assert(&iref == &i);
increment.pass.cpp 26 std::ostreambuf_iterator<char>& iref = ++i; local
27 assert(&iref == &i);
34 std::ostreambuf_iterator<wchar_t>& iref = ++i; local
35 assert(&iref == &i);
  /external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
pre_increment.pass.cpp 24 std::istream_iterator<int>& iref = ++i; local
25 assert(&iref == &i);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
pre_increment.pass.cpp 24 std::istream_iterator<int>& iref = ++i; local
25 assert(&iref == &i);
  /external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp 32 static bool compare(const SkBitmap& ref, const SkIRect& iref,
35 const int xOff = itest.fLeft - iref.fLeft;
36 const int yOff = itest.fTop - iref.fTop;
FontHostStreamTest.cpp 37 static bool compare(const SkBitmap& ref, const SkIRect& iref,
40 const int xOff = itest.fLeft - iref.fLeft;
41 const int yOff = itest.fTop - iref.fTop;
BlurTest.cpp 71 static bool compare(const SkBitmap& ref, const SkIRect& iref,
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
126 SkIRect iref; local
127 refBound.roundOut(&iref);
128 iref.inset(-outset, -outset);
130 create(&refBitmap, iref);
133 refCanvas.translate(SkIntToScalar(-iref.fLeft),
134 SkIntToScalar(-iref.fTop));
150 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /external/skia/tests/
DrawTextTest.cpp 32 static bool compare(const SkBitmap& ref, const SkIRect& iref,
35 const int xOff = itest.fLeft - iref.fLeft;
36 const int yOff = itest.fTop - iref.fTop;
FontHostStreamTest.cpp 36 static bool compare(const SkBitmap& ref, const SkIRect& iref,
39 const int xOff = itest.fLeft - iref.fLeft;
40 const int yOff = itest.fTop - iref.fTop;
BlurTest.cpp 71 static bool compare(const SkBitmap& ref, const SkIRect& iref,
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
126 SkIRect iref; local
127 refBound.roundOut(&iref);
128 iref.inset(-outset, -outset);
130 create(&refBitmap, iref);
133 refCanvas.translate(SkIntToScalar(-iref.fLeft),
134 SkIntToScalar(-iref.fTop));
150 compare(refBitmap, iref, testBitmap, itest))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 552 int32_t iref = pos; local
554 TransliteratorIDParser::parseFilterID(rule, iref);
557 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
572 pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status);
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 552 int32_t iref = pos; local
554 TransliteratorIDParser::parseFilterID(rule, iref);
557 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
572 pos = parseSection(rule, iref, limit, buf, UnicodeString(TRUE, ILLEGAL_FUNC, -1), TRUE, status);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 1086 SecKeychainItemRef iref; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 896 milliseconds