Searched refs:GetGlobalValue (Results 1 – 13 of 13) sorted by relevance
72 uint32_t Module::GetGlobalValue(SpvOp opcode) const { in GetGlobalValue() function in spvtools::opt::Module
123 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()125 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
136 uint32_t GetGlobalValue(SpvOp opcode) const;
139 uint32_t GetGlobalValue(SpvOp opcode) const;
215 WasmInstanceObject::GetGlobalValue(instance, module->globals[index]); in GetWasmGlobal()
523 static wasm::WasmValue GetGlobalValue(Handle<WasmInstanceObject>,
1542 wasm::WasmValue WasmInstanceObject::GetGlobalValue( in GetGlobalValue() function in v8::internal::WasmInstanceObject
347 WasmInstanceObject::GetGlobalValue(instance, in Get()