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

  /external/webkit/Source/JavaScriptCore/runtime/
JSTypeInfo.h 80 static ptrdiff_t typeOffset()
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 552 int64_t typeOffset = 0,
559 typeOffset = readSLEB128(&actionPos);
565 "handleActionValue(...):typeOffset: <%lld>, "
567 typeOffset,
570 assert((typeOffset >= 0) &&
573 // Note: A typeOffset == 0 implies that a cleanup llvm.eh.selector
575 if ((typeOffset > 0) &&
576 (type == (classInfo[-typeOffset])->type)) {
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 256 const uint32_t typeOffset = map[type];
257 if (typeOffset == 0) {
261 if (typeOffset + 1 > size) {
263 typeOffset, (int)size);
266 const uint32_t entryCount = map[typeOffset];
267 const uint32_t entryOffset = map[typeOffset + 1];
272 const uint32_t index = typeOffset + 2 + entry - entryOffset;
    [all...]

Completed in 218 milliseconds