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

  /external/v8/src/wasm/
encoder.h 38 uint16_t local_float32_count_; member in class:v8::internal::wasm::WasmFunctionEncoder
46 return (local_int32_count_ + local_int64_count_ + local_float32_count_ +
encoder.cc 224 e->local_float32_count_ = float32;
296 EmitUint16(header, local_float32_count_);

Completed in 71 milliseconds