Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h171 uint32_t AddLocal(ValueType type);
Dwasm-module-builder.cc74 uint32_t WasmFunctionBuilder::AddLocal(ValueType type) { in AddLocal() function in v8::internal::wasm::WasmFunctionBuilder
/third_party/node/deps/v8/src/ast/
Dscopes.h1131 void AddLocal(Variable* var);
Dscopes.cc883 void DeclarationScope::AddLocal(Variable* var) { in AddLocal() function in v8::internal::DeclarationScope
1254 scope->AddLocal(var); in NewTemporary()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc801 current_function_builder_->AddLocal(local); in ValidateFunction()
805 current_function_builder_->AddLocal(kWasmI32); in ValidateFunction()