#include <ControlFlowProfiler.h>
|
| ControlFlowProfiler () |
|
| ~ControlFlowProfiler () |
|
BasicBlockLocation * | getBasicBlockLocation (intptr_t sourceID, int startOffset, int endOffset) |
|
JS_EXPORT_PRIVATE void | dumpData () const |
|
Vector< BasicBlockRange > | getBasicBlocksForSourceID (intptr_t sourceID, VM &) const |
|
BasicBlockLocation * | dummyBasicBlock () |
|
JS_EXPORT_PRIVATE bool | hasBasicBlockAtTextOffsetBeenExecuted (int, intptr_t, VM &) |
|
JS_EXPORT_PRIVATE size_t | basicBlockExecutionCountAtTextOffset (int, intptr_t, VM &) |
|
| ControlFlowProfiler () |
|
| ~ControlFlowProfiler () |
|
BasicBlockLocation * | getBasicBlockLocation (intptr_t sourceID, int startOffset, int endOffset) |
|
JS_EXPORT_PRIVATE void | dumpData () const |
|
Vector< BasicBlockRange > | getBasicBlocksForSourceID (intptr_t sourceID, VM &) const |
|
BasicBlockLocation * | dummyBasicBlock () |
|
JS_EXPORT_PRIVATE bool | hasBasicBlockAtTextOffsetBeenExecuted (int, intptr_t, VM &) |
|
JS_EXPORT_PRIVATE size_t | basicBlockExecutionCountAtTextOffset (int, intptr_t, VM &) |
|
◆ ControlFlowProfiler() [1/2]
JSC::ControlFlowProfiler::ControlFlowProfiler |
( |
| ) |
|
◆ ~ControlFlowProfiler() [1/2]
JSC::ControlFlowProfiler::~ControlFlowProfiler |
( |
| ) |
|
◆ ControlFlowProfiler() [2/2]
JSC::ControlFlowProfiler::ControlFlowProfiler |
( |
| ) |
|
◆ ~ControlFlowProfiler() [2/2]
JSC::ControlFlowProfiler::~ControlFlowProfiler |
( |
| ) |
|
◆ basicBlockExecutionCountAtTextOffset() [1/2]
size_t JSC::ControlFlowProfiler::basicBlockExecutionCountAtTextOffset |
( |
int |
offset, |
|
|
intptr_t |
sourceID, |
|
|
VM & |
vm |
|
) |
| |
◆ basicBlockExecutionCountAtTextOffset() [2/2]
◆ dummyBasicBlock() [1/2]
◆ dummyBasicBlock() [2/2]
◆ dumpData() [1/2]
◆ dumpData() [2/2]
void JSC::ControlFlowProfiler::dumpData |
( |
| ) |
const |
◆ getBasicBlockLocation() [1/2]
◆ getBasicBlockLocation() [2/2]
◆ getBasicBlocksForSourceID() [1/2]
◆ getBasicBlocksForSourceID() [2/2]
◆ hasBasicBlockAtTextOffsetBeenExecuted() [1/2]
◆ hasBasicBlockAtTextOffsetBeenExecuted() [2/2]
bool JSC::ControlFlowProfiler::hasBasicBlockAtTextOffsetBeenExecuted |
( |
int |
offset, |
|
|
intptr_t |
sourceID, |
|
|
VM & |
vm |
|
) |
| |
The documentation for this class was generated from the following files: