Searched refs:computeUpdatedPrediction (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLazyOperandValueProfile.cpp44 m_data->at(i).computeUpdatedPrediction(operation);
96 return profile->computeUpdatedPrediction();
H A DArrayProfile.cpp84 void ArrayProfile::computeUpdatedPrediction(CodeBlock* codeBlock, OperationInProgress operation) function in class:JSC::ArrayProfile
123 computeUpdatedPrediction(codeBlock);
H A DValueProfile.h116 computeUpdatedPrediction();
151 SpeculatedType computeUpdatedPrediction(OperationInProgress operation = NoOperation) function in struct:JSC::ValueProfileBase
H A DArrayProfile.h166 void computeUpdatedPrediction(CodeBlock*, OperationInProgress = NoOperation);
H A DCodeBlock.h629 return valueProfileForBytecodeOffset(bytecodeOffset)->computeUpdatedPrediction();
H A DCodeBlock.cpp3161 profile->computeUpdatedPrediction(operation);
3166 profile->computeUpdatedPrediction(operation);
3183 m_arrayProfiles[i].computeUpdatedPrediction(this, operation);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGPredictionInjectionPhase.cpp56 m_graph.m_arguments[arg]->variableAccessData()->predict(profile->computeUpdatedPrediction());
H A DDFGByteCodeParser.cpp836 profile->computeUpdatedPrediction(m_inlineStackTop->m_codeBlock);
847 profile->computeUpdatedPrediction(m_inlineStackTop->m_codeBlock);
2021 profile->computeUpdatedPrediction();
2120 profile->computeUpdatedPrediction();
H A DDFGFixupPhase.cpp697 arrayProfile->computeUpdatedPrediction(m_graph.baselineCodeBlockFor(node->codeOrigin));
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITInlines.h442 profile->computeUpdatedPrediction(m_codeBlock);

Completed in 97 milliseconds