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

  /external/v8/src/wasm/
ast-decoder.h 31 uint32_t local_float32_count; // number of float32 locals member in struct:v8::internal::wasm::FunctionEnv
46 if (index < local_float32_count) return kAstF32;
47 index -= local_float32_count;
61 local_float32_count += count;
72 local_float32_count + local_float64_count));
77 local_int32_count + local_int64_count + local_float32_count +
wasm-module.h 60 uint16_t local_float32_count; // number of float32 local variables. member in struct:v8::internal::wasm::WasmFunction

Completed in 365 milliseconds