Home
last modified time | relevance | path

Searched refs:GetI32 (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects-inl.h111 int32_t WasmGlobalObject::GetI32() { in GetI32() function
Dwasm-objects.h356 inline int32_t GetI32();
Dwasm-js.cc1311 return_value.Set(receiver->GetI32()); in WebAssemblyGlobalGetValueCommon()
Dmodule-compiler.cc1376 int32_t num = value->GetI32(); in WriteGlobalValue()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go928 func (m *KnownTypes) GetI32() *wrappers.Int32Value { func