Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h140 base::OwnedVector<byte> GetProtectedInstructionsData();
Dcode-generator.cc444 base::OwnedVector<byte> CodeGenerator::GetProtectedInstructionsData() { in GetProtectedInstructionsData() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3075 code_generator->GetProtectedInstructionsData(); in GenerateCodeForWasmNativeStub()
3200 code_generator->GetProtectedInstructionsData(); in GenerateCodeForWasmFunction()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc537 base::OwnedVector<uint8_t> GetProtectedInstructionsData() const { in GetProtectedInstructionsData() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler
6631 result.protected_instructions_data = compiler->GetProtectedInstructionsData(); in ExecuteLiftoffCompilation()