Home
last modified time | relevance | path

Searched refs:last_fn (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c557 static const char *last_fn; in debug_insn() local
559 if (fn != last_fn) { in debug_insn()
560 last_fn = fn; in debug_insn()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc2079 auto* last_fn = &module->functions.back(); in EstimateNativeModuleCodeSize() local
2081 static_cast<int>(last_fn->code.end_offset() - first_fn->code.offset()); in EstimateNativeModuleCodeSize()