Searched refs:branchOffset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DJumpTable.h41 int32_t branchOffset; member in struct:JSC::OffsetLocation
60 return loc->value.branchOffset;
H A DPreciseJumpTargets.cpp89 out.append(bytecodeOffset + iter->value.branchOffset);
H A DCodeBlock.cpp645 out.printf("\t\t\"%s\" => %04d\n", String(iter->key).utf8().data(), iter->value.branchOffset);
1729 offset.branchOffset = ptr->value;
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp719 unsigned offset = it->value.branchOffset;

Completed in 71 milliseconds