Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-check-elimination.cc74 class HCheckTable : public ZoneObject { class
78 explicit HCheckTable(HCheckEliminationPhase* phase) in HCheckTable() function in v8::internal::HCheckTable
85 HCheckTable* Process(HInstruction* instr, Zone* zone) { in Process()
145 static HCheckTable* Merge(HCheckTable* succ_state, HBasicBlock* succ_block, in Merge()
146 HCheckTable* pred_state, HBasicBlock* pred_block, in Merge()
160 static HCheckTable* Finish(HCheckTable* state, HBasicBlock* block, in Finish()
176 HCheckTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, Zone* zone) { in Copy()
177 HCheckTable* copy = new(zone) HCheckTable(phase_); in Copy()
310 HCheckTable* Merge(HBasicBlock* succ, HCheckTable* that, in Merge()
729 static void Print(HCheckTable* table) { in Print()
[all …]
Dhydrogen-check-elimination.h44 friend class HCheckTable; variable