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

  /external/v8/src/wasm/
encoder.h 39 uint16_t local_float64_count_; member in class:v8::internal::wasm::WasmFunctionEncoder
47 local_float64_count_) > 0;
encoder.cc 225 e->local_float64_count_ = float64;
297 EmitUint16(header, local_float64_count_);

Completed in 34 milliseconds