HomeSort by relevance Sort by last modified time
    Searched defs:local_float64_count (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
ast-decoder.h 32 uint32_t local_float64_count; // number of float64 locals member in struct:v8::internal::wasm::FunctionEnv
48 if (index < local_float64_count) return kAstF64;
64 local_float64_count += count;
72 local_float32_count + local_float64_count));
78 local_float64_count;
wasm-module.h 61 uint16_t local_float64_count; // number of float64 local variables. member in struct:v8::internal::wasm::WasmFunction

Completed in 1343 milliseconds