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

  /external/v8/src/wasm/
wasm-module-builder.h 123 uint32_t AddLocal(ValueType type);
202 index_ = builder->AddLocal(type);
wasm-module-builder.cc 88 uint32_t WasmFunctionBuilder::AddLocal(ValueType type) {
  /external/v8/src/asmjs/
asm-typer.h 257 bool AddLocal(Variable* global, VariableInfo* info);
asm-typer.cc 446 bool AsmTyper::AddLocal(Variable* variable, VariableInfo* info) {
    [all...]
asm-wasm-builder.cc     [all...]
  /external/v8/src/ast/
scopes.h 797 void AddLocal(Variable* var);
    [all...]
scopes.cc 792 void DeclarationScope::AddLocal(Variable* var) {
    [all...]

Completed in 129 milliseconds