Searched refs:GetGlobal (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/wasm/ | ||
D | function-body-decoder.cc | 270 void GetGlobal(FullDecoder* decoder, Value* result, in GetGlobal() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface |
D | wasm-opcodes.cc | 151 CASE_OP(GetGlobal, "get_global") in OpcodeName() |
D | wasm-opcodes.h | 55 V(GetGlobal, 0x23, _) \ |
D | function-body-decoder-impl.h | 632 F(GetGlobal, Value* result, const GlobalIndexImmediate<validate>& imm) \ |
/external/v8/src/compiler/ | ||
D | wasm-compiler.h | 226 Node* GetGlobal(uint32_t index); |
D | wasm-compiler.cc | 3004 Node* WasmGraphBuilder::GetGlobal(uint32_t index) { in GetGlobal() function in v8::internal::compiler::WasmGraphBuilder |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 1153 void GetGlobal(FullDecoder* decoder, Value* result, in GetGlobal() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler |