Searched refs:AllocateLocals (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/ast/ | ||
D | scopes.h | 1185 V8_INLINE void AllocateLocals(); |
D | scopes.cc | 2531 AsDeclarationScope()->AllocateLocals(); in AllocateNonParameterLocalsAndDeclaredGlobals() |
/third_party/node/deps/v8/src/wasm/ | ||
D | graph-builder-interface.cc | 418 void AllocateLocals(FullDecoder* decoder, base::Vector<Value> local_values) { in AllocateLocals() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface |
D | function-body-decoder-impl.h | 946 F(AllocateLocals, base::Vector<Value> local_values) \ |
/third_party/node/deps/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 2345 void AllocateLocals(FullDecoder* decoder, base::Vector<Value> local_values) { in AllocateLocals() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler |