Searched refs:GetGlobalBaseAndOffset (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | wasm-compiler.h | 263 void GetGlobalBaseAndOffset(MachineType mem_type, const wasm::WasmGlobal&,
|
D | wasm-compiler.cc | 2886 void WasmGraphBuilder::GetGlobalBaseAndOffset(MachineType mem_type, in GetGlobalBaseAndOffset() function in v8::internal::compiler::WasmGraphBuilder 3009 GetGlobalBaseAndOffset(mem_type, env_->module->globals[index], &base, in GetGlobal() 3025 GetGlobalBaseAndOffset(mem_type, env_->module->globals[index], &base, in SetGlobal()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1137 LiftoffRegister GetGlobalBaseAndOffset(const WasmGlobal* global, in GetGlobalBaseAndOffset() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler 1160 LiftoffRegister addr = GetGlobalBaseAndOffset(global, pinned, &offset); in GetGlobal() 1175 LiftoffRegister addr = GetGlobalBaseAndOffset(global, pinned, &offset); in SetGlobal()
|