Home
last modified time | relevance | path

Searched refs:typeOffset (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSTypeInfo.h80 static ptrdiff_t typeOffset() in typeOffset() function
DStructure.h150 return OBJECT_OFFSETOF(Structure, m_typeInfo) + TypeInfo::typeOffset(); in typeInfoTypeOffset()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp552 int64_t typeOffset = 0, in handleActionValue() local
559 typeOffset = readSLEB128(&actionPos); in handleActionValue()
567 typeOffset, in handleActionValue()
570 assert((typeOffset >= 0) && in handleActionValue()
575 if ((typeOffset > 0) && in handleActionValue()
576 (type == (classInfo[-typeOffset])->type)) { in handleActionValue()