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

  /external/v8/src/wasm/
module-decoder.cc 229 uint32_t globals_count = consume_u32v("globals count"); local
230 module->globals.reserve(SafeReserve(globals_count));
232 for (uint32_t i = 0; i < globals_count; ++i) {
  /external/v8/test/cctest/
test-heap-profiler.cc 2166 int globals_count = 0; local
    [all...]

Completed in 239 milliseconds