Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-graph-reducer.cc105 class A0Wrapper FINAL : public Reducer {
107 explicit A0Wrapper(Graph* graph) : graph_(graph) {} in A0Wrapper() function in FINAL
334 A0Wrapper r(&graph); in TEST()