HomeSort by relevance Sort by last modified time
    Searched refs:first_forward_use_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/asmjs/
asm-typer.h 148 VariableProxy* first_forward_use() const { return first_forward_use_; }
160 // first_forward_use_ holds the AST node that first referenced this
162 VariableProxy* first_forward_use_ = nullptr; member in class:v8::internal::wasm::final::VariableInfo
asm-typer.cc 116 DCHECK(first_forward_use_ == nullptr);
118 first_forward_use_ = var;
    [all...]

Completed in 2572 milliseconds