Home
last modified time | relevance | path

Searched refs:GetTSANRelaxedLoadStub (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-factory.h95 static Builtin GetTSANRelaxedLoadStub(SaveFPRegsMode fp_mode, int size);
Dcode-factory.cc422 Builtin CodeFactory::GetTSANRelaxedLoadStub(SaveFPRegsMode fp_mode, int size) { in GetTSANRelaxedLoadStub() function in v8::internal::CodeFactory
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h239 static RuntimeStubId GetTSANRelaxedLoadStub(SaveFPRegsMode fp_mode, in GetTSANRelaxedLoadStub() function
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.cc587 Builtin builtin = CodeFactory::GetTSANRelaxedLoadStub(fp_mode, size); in CallRecordWriteStub()
605 auto wasm_target = wasm::WasmCode::GetTSANRelaxedLoadStub(fp_mode, size); in CallRecordWriteStub()