OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globals_count
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/wasm/
module-decoder.cc
136
uint32_t
globals_count
= u32v(&length, "globals count");
local
137
module->globals->reserve(SafeReserve(
globals_count
));
139
for (uint32_t i = 0; i <
globals_count
; i++) {
/external/v8/test/cctest/
test-heap-profiler.cc
2163
int
globals_count
= 0;
local
[
all
...]
Completed in 70 milliseconds