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

  /dalvik/vm/
IndirectRefTable.h 228 INLINE u4 dvmIndirectRefToIndex(IndirectRef iref)
230 u4 uref = (u4) iref;
237 INLINE IndirectRefKind dvmGetIndirectRefType(IndirectRef iref)
239 return (u4) iref & 0x03;
348 bool dvmGetFromIndirectRefTableCheck(IndirectRefTable* pRef, IndirectRef iref);
353 * Returns NULL if iref is invalid.
356 IndirectRef iref)
358 if (!dvmGetFromIndirectRefTableCheck(pRef, iref))
361 int idx = dvmIndirectRefToIndex(iref);
375 IndirectRef iref);
    [all...]
IndirectRefTable.c 95 * Make sure that the entry at "idx" is correctly paired with "iref".
97 static bool checkEntry(IndirectRefTable* pRef, IndirectRef iref, int idx)
101 if (checkRef != iref) {
102 LOGW("IRT %p[%d]: iref mismatch (req=%p vs cur=%p)\n",
103 pRef, pRef->kind, iref, checkRef);
121 // pRef->kind, slot, obj, iref, pSlot->serial);
171 LOGE("Unable to expand iref table (from %d to %d, max=%d)\n",
221 bool dvmGetFromIndirectRefTableCheck(IndirectRefTable* pRef, IndirectRef iref)
223 if (dvmGetIndirectRefType(iref) == kIndirectKindInvalid) {
224 LOGW("Invalid indirect reference 0x%08x\n", (u4) iref);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 546 int32_t iref = pos; local
548 TransliteratorIDParser::parseFilterID(rule, iref);
551 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
566 pos = parseSection(rule, iref, limit, buf, ILLEGAL_FUNC, TRUE, status);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 546 int32_t iref = pos; local
548 TransliteratorIDParser::parseFilterID(rule, iref);
551 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
566 pos = parseSection(rule, iref, limit, buf, ILLEGAL_FUNC, TRUE, status);
    [all...]

Completed in 536 milliseconds