Home | History | Annotate | Download | only in jit

Lines Matching refs:executableAddress

1712     return jitCode.addressForCall().executableAddress();
2788 void* catchRoutine = handler->nativeCode.executableAddress();
3002 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(scrutinee.asInt32()).executableAddress();
3007 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(intValue).executableAddress();
3009 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3022 void* result = codeBlock->characterSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3027 result = codeBlock->characterSwitchJumpTable(tableIndex).ctiForValue(value->data()[0]).executableAddress();
3042 void* result = codeBlock->stringSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3046 result = codeBlock->stringSwitchJumpTable(tableIndex).ctiForValue(value).executableAddress();
3150 void* catchRoutine = handler->nativeCode.executableAddress();