OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonSpeculativeJIT
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h
42
EntryLocation(MacroAssembler::Label,
NonSpeculativeJIT
*);
60
// ===
NonSpeculativeJIT
===
68
class
NonSpeculativeJIT
: public JITCodeGenerator {
71
NonSpeculativeJIT
(JITCompiler& jit)
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);
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
generating Node @%d at code offset 0x%x\n", (int)m_compileIndex, m_jit.debugOffset())
[
all
...]
DFGJITCompiler.h
45
class
NonSpeculativeJIT
;
310
void linkSpeculationChecks(SpeculativeJIT&,
NonSpeculativeJIT
&);
Completed in 2328 milliseconds