Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h331 SetOncePointer<Node> globals_start_; variable
Dwasm-compiler.cc2908 if (globals_start_ == nullptr) { in GetGlobalBaseAndOffset()
2918 globals_start_ = graph()->NewNode( in GetGlobalBaseAndOffset()
2924 *base_node = globals_start_.get(); in GetGlobalBaseAndOffset()