Home
last modified time | relevance | path

Searched defs:GenerationState (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
DYarrJIT.cpp345 struct GenerationState { struct in JSC::Yarr::YarrGenerator
346 …tJumpEntry*, WTF::IntHash<uint32_t>, UnsignedWithZeroKeyHashTraits<uint32_t> > IndirectJumpHashMap;
348 GenerationState() in GenerationState() argument
353 void addIndirectJumpEntry(int32_t stackOffset, Jump jump) in addIndirectJumpEntry()
367 void addIndirectJumpEntry(int32_t stackOffset, JumpList jumps) in addIndirectJumpEntry()
377 void addIndirectJumpEntry(int32_t stackOffset, DataLabelPtr dataLabel) in addIndirectJumpEntry()
391 void emitIndirectJumpTable(MacroAssembler* masm) in emitIndirectJumpTable()
408 void incrementParenNestingLevel() in incrementParenNestingLevel()
413 void decrementParenNestingLevel() in decrementParenNestingLevel()
418 ParenthesesTail* addParenthesesTail(PatternTerm& term, JumpList* jumpListToPriorParen) in addParenthesesTail()
[all …]