Searched refs:globals_size (Results 1 – 4 of 4) sorted by relevance
16 ytype globals_size; // expected-error {{field 'globals_size' declared as a function}} member
160 uint32_t globals_size = 0; // size of globals table. member
813 module->globals_size = 0; in CalculateGlobalOffsets()823 module->globals_size = offset; in CalculateGlobalOffsets()
1060 uint32_t globals_size = module_->globals_size; in Build() local1061 if (globals_size > 0) { in Build()1064 NewArrayBuffer(isolate_, globals_size, enable_guard_regions); in Build()