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

  /external/v8/src/wasm/
wasm-module.h 47 kGlobalIndex,
67 WasmInitExpr(WasmInitKind kind, uint32_t global_index) : kind(kGlobalIndex) {
module-decoder.cc 75 case WasmInitExpr::kGlobalIndex:
759 case WasmInitExpr::kGlobalIndex: {
    [all...]
wasm-module-builder.cc 430 case WasmInitExpr::kGlobalIndex: {
wasm-module.cc     [all...]

Completed in 58 milliseconds