Home
last modified time | relevance | path

Searched refs:HCheckTable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc75 class HCheckTable : public ZoneObject { class
79 explicit HCheckTable(HCheckEliminationPhase* phase) in HCheckTable() function in v8::internal::HCheckTable
86 HCheckTable* Process(HInstruction* instr, Zone* zone) { in Process()
146 static HCheckTable* Merge(HCheckTable* succ_state, HBasicBlock* succ_block, in Merge()
147 HCheckTable* pred_state, HBasicBlock* pred_block, in Merge()
161 static HCheckTable* Finish(HCheckTable* state, HBasicBlock* block, in Finish()
177 HCheckTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, Zone* zone) { in Copy()
178 HCheckTable* copy = new(zone) HCheckTable(phase_); in Copy()
311 HCheckTable* Merge(HBasicBlock* succ, HCheckTable* that, in Merge()
739 static void Print(HCheckTable* table) { in Print()
[all …]
Dhydrogen-check-elimination.h44 friend class HCheckTable; variable