Searched refs:typeOffset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSTypeInfo.h105 static ptrdiff_t typeOffset() function in class:JSC::TypeInfo
/macosx-10.10.1/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp552 int64_t typeOffset = 0, local
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)) {

Completed in 119 milliseconds