Searched refs:NonSpeculativeJIT (Results 1 - 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/dfg/ |
H A D | DFGNonSpeculativeJIT.h | 42 EntryLocation(MacroAssembler::Label, NonSpeculativeJIT*); 60 // === NonSpeculativeJIT === 68 class NonSpeculativeJIT : public JITCodeGenerator { class in namespace:JSC::DFG 71 NonSpeculativeJIT(JITCompiler& jit) function in class:JSC::DFG::NonSpeculativeJIT
|
H A D | DFGJITCompiler.cpp | 187 void JITCompiler::linkSpeculationChecks(SpeculativeJIT& speculative, NonSpeculativeJIT& nonSpeculative) 192 NonSpeculativeJIT::EntryLocationVector::Iterator entriesIter = nonSpeculative.entryLocations().begin(); 193 NonSpeculativeJIT::EntryLocationVector::Iterator entriesEnd = nonSpeculative.entryLocations().end(); 274 NonSpeculativeJIT nonSpeculative(*this); 286 NonSpeculativeJIT nonSpeculative(*this);
|
H A D | DFGNonSpeculativeJIT.cpp | 37 EntryLocation::EntryLocation(MacroAssembler::Label entry, NonSpeculativeJIT* jit) 61 void NonSpeculativeJIT::valueToNumber(JSValueOperand& operand, FPRReg fpr) 98 void NonSpeculativeJIT::valueToInt32(JSValueOperand& operand, GPRReg result) 122 void NonSpeculativeJIT::numberToInt32(FPRReg fpr, GPRReg gpr) 140 bool NonSpeculativeJIT::isKnownInteger(NodeIndex nodeIndex) 156 bool NonSpeculativeJIT::isKnownNumeric(NodeIndex nodeIndex) 174 void NonSpeculativeJIT::compile(SpeculationCheckIndexIterator& checkIterator, Node& node) 626 static SamplingCounter counter("NonSpeculativeJIT"); 653 void NonSpeculativeJIT::compile(SpeculationCheckIndexIterator& checkIterator, BasicBlock& block) 668 fprintf(stderr, "NonSpeculativeJIT generatin [all...] |
H A D | DFGJITCompiler.h | 45 class NonSpeculativeJIT; 310 void linkSpeculationChecks(SpeculativeJIT&, NonSpeculativeJIT&);
|
Completed in 51 milliseconds