Searched refs:EntryLocation (Results 1 – 4 of 4) sorted by relevance
41 struct EntryLocation { struct42 EntryLocation(MacroAssembler::Label, NonSpeculativeJIT*);69 friend struct EntryLocation; argument78 typedef SegmentedVector<EntryLocation, 16> EntryLocationVector;249 m_entryLocations.append(EntryLocation(entry, this)); in trackEntry()
49 struct EntryLocation;309 …void jumpFromSpeculativeToNonSpeculative(const SpeculationCheck&, const EntryLocation&, Speculatio…
106 …pFromSpeculativeToNonSpeculative(const SpeculationCheck& check, const EntryLocation& entry, Specul… in jumpFromSpeculativeToNonSpeculative()208 const EntryLocation& entry = *entriesIter; in linkSpeculationChecks()
37 EntryLocation::EntryLocation(MacroAssembler::Label entry, NonSpeculativeJIT* jit) in EntryLocation() function in JSC::DFG::EntryLocation