Home
last modified time | relevance | path

Searched refs:direct_calls_ (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
H A Dfunction.h138 return direct_calls_; in DirectCallStatements()
144 void AddDirectCall(const Call* call) { direct_calls_.emplace_back(call); } in AddDirectCall()
150 for (auto* call : direct_calls_) { in FindDirectCallTo()
262 std::vector<const Call*> direct_calls_; member in tint::sem::Function
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc52 direct_calls_(builder->zone()), in WasmFunctionBuilder()
169 direct_calls_.push_back(call); in EmitDirectCallIndex()
238 for (DirectCallIndex call : direct_calls_) { in WriteBody()
H A Dwasm-module-builder.h234 ZoneVector<DirectCallIndex> direct_calls_; member in v8::internal::wasm::WasmFunctionBuilder

Completed in 4 milliseconds